	<!--

function resizeWin3(newLoc, newHeight, newWidth) {

	newWin = open("",newLoc,",menubar=no,scrollbars=yes,location=no,resizable=yes,left=0,top=0,height=" + newHeight + ",width=" + newWidth);

}



//-->
