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