function openWin(src,name,w,h){ w-=4; h-=4; window.open(src,name,'scrollbars=no,status=no,width='+w+',height='+h); }