function popWin(wot,h,w) 
{winPop=window.open(wot,'winPop','scrollbars=yes,status=yes,toolbar=no,menubar=no,resizable=yes,screenX=20,screenY=20,top=20,left=20,width='+w+',height='+h); }

