n popWin(file,w,h){ NewWindow = window.open(file,'blank','status=no,resizable=yes,width='+w+',height='+h+',scrollbar=no'); }