var URL_prdi = "/phpcode/product/prdi.php";

function ShowProduct(ProductId,TemplateId) {
 //width=607,height=214
 top.topbar.ProductWindow=window.open('','ShowProduct','width=670,height=250,resizable=1');
 top.topbar.ProductWindow.location.replace(URL_prdi + '?product_id='+ProductId +'&template_id=' + TemplateId);
 top.topbar.ProductWindow.focus();
}
function ShowRef(Ref) {
 top.topbar.RefWindow=window.open('','ShowRef','width=500,height=340,scrollbars=1,resizable=1');
 top.topbar.RefWindow.location.href = Ref;
 top.topbar.RefWindow.focus();
}

