function openNextWindow2(thepage,x,y) {
  var params = "width="+x+",";
  params += "height="+y+",";
  params += "menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,left=130,top=130";
  w=window.open(thepage,'Product',params);
}