function winOpen(winName,url,W,H){
  renew=window.open(url,winName,'scrollbars=yes,toolbar=no,resizable=yes,width='+W+',height='+H+'');
 renew.focus();
}
