<!--
function openWin(url,W,H){if(url != undefined && url != ""){if(W==undefined || H==undefined){W=Math.round((screen.width/5)*2);H=Math.round((screen.height/5)*3);}if(W>screen.width){W=screen.width;}if(H>screen.height){H=screen.height;}X=0;Y=0;str='width='+W+',height='+H+',left='+X+',top='+Y+',location=1,menubar=1,resizable=1,scrollbars=1,statusbar=1,toolbar=0';window.open(url,name,str);}}
//-->