function winOpen(tool,url,W,H){
if(tool==""){
 tool="1";
}
Win_op=window.open(url,'','scrollbars=yes,toolbar='+tool+',width='+W+',height='+H+',top=**,left=**,resizable=yes');
}
