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

