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