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

