﻿// Global JavaScript Document for JPH furniture

function goProduct(ProductUrl) {
    if (ProductUrl != "") {
        window.location = ProductUrl;
    }
}

function enlargeImage(ImageUrl) {
    var imgWin = window.open(ImageUrl, "hWnd", "width=630,height=580,scrollbars=yes,status=yes,resizable=yes,location=no");
    return false;
}
