function pop(url)
{
  window.open(url, "productwindow", "status=1,height=700,width=550,resizable=0,scrollbars=1");
  return false;
}