function resizeWin(newLoc,newWidth,newHeight){newWin=open("",newLoc,"scrollbars=no,resizable=no,status=yes,height="+newHeight+",width="+newWidth);}
