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");}
	
function openVidWin(passURL) {
    pfolio1 = window.open(passURL,"redline_video","resizable=false, left=10, top=10, background-color=#000050, scrollbar=yes, menubar=no, width=660 ,height=800");}
	
function openVidWinForIE(passURL) {
    pfolio1 = window.open(passURL,"redline_video","resizable=false, left=10, top=10, background-color=#000050, scrollbar=yes, menubar=no, width=340 ,height=420");}
	
function openVidWinBlog(passURL) {
    pfolio1 = window.open(passURL,"blog","resizable=false, left=10, top=10, background-color=#000050, scrollbar=yes, menubar=no, width=550 ,height=420");}
	
