function openVertWin(passURL) {    pfolio1 = window.open(passURL,"pictures","resizeable=yes, left=10, top=10, background-color=#000050, scrollbars=yes, menubar=no, width=640 ,height=500");}	function openDefWin(passURL) {    pfolio1 = window.open(passURL,"pictures","resizeable=no, left=10, top=10, background-color=#000050, scrollbar=yes, menubar=no, width=400 ,height=300");}


function openVertWin2(passURL) {    pfolio2 = window.open(passURL,"form","resizeable=yes, left=10, top=10, background-color=#000050, scrollbars=yes, menubar=no, width=500 ,height=700");}	
