// JavaScript Document
function openWindow(iprod_id)
{
  var winURL="index.php?p=product&product_code=code-" + iprod_id + "-17&sub_*=yes";
  if (navigator.appVersion.indexOf("MSIE")!=-1)
    window.open("http://www.diamondharmony.com/" + winURL,'',"resizable=yes,scrollbars=yes,width=800,height=500,top=5,left=75");
  else
    window.open(winURL,'',"resizable=yes,scrollbars=yes,width=600,height=400,top=5,left=75");
}
