// JavaScript Documentfunction Image1(URL){popupWindow = window.open(URL,"popup","width=750,height=590,scrollbars=no,resize=no");}function Image2(URL){popupWindow = window.open(URL,"popup","width=400,height=600,scrollbars=no,resize=no");}function resizeWin(newLoc, newHeight, newWidth) {	newWin = open("",newLoc,"scrollbars=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth);}