// V Javascriptfunction poster(URL){popupWindow = window.open(URL,"popup","width=515,height=760,scrollbars=no,resizable=yes,location=no");}function popup(URL){popupWindow = window.open(URL,"popup","width=780,height=575,scrollbars=no,resizable=yes,location=no");}function popup640(URL){popupWindow = window.open(URL,"popup","width=700,height=575,scrollbars=no,resizable=yes,location=no");}function resizeWin(newLoc, newHeight, newWidth){newWin = open("",newLoc,"scrollbars=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth);}function photopop(URL){popupWindow = window.open(URL,"photopop","width=780,height=575,scrollbars=no,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");}function storyboardpop(URL){popupWindow = window.open(URL,"photopop","width=780,height=400,scrollbars=no,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");}function txtpopup(URL){popupWindow = window.open(URL,"popup","width=800,height=800,scrollbars=yes,resizable=yes,location=no");}function movpopup(URL){popupWindow = window.open(URL,"popup","width=300,height=260,scrollbars=no,resizable=no,location=no");}