 function OW(str1){
  popup = window.open(str1,"","width=760,height=360,resizable,scrollbars",false);
  popup.focus();
 }

