function product(htmname)
{
  var product;
  product=window.open(htmname,"product","toolbar=no,resizable=no,location=no,scrollbars=no,width=600,height=440,left=100,top=100");
  product.focus();
}