



function openWin(fn,wt,ht,name){ winName = window.open(fn,name,'WIDTH='+wt+',HEIGHT='+ht+',SCROLLBARS=0'); winName.focus(); }
