<!--
function resizeWin(newLoc, newWidth, newHeight) {

newWin = open("center",newLoc,"toolbars=no,resizeble=no,scrollbars=yes,status=no,height=" + newHeight + ",width=" + newWidth);
}
//-->