  function openVid(theURL){  window.open(vidWin = theURL,'video','scrollbars=no,resizable=no,width=200,height=200')}		function openMov(theURL){  movWindow = window.open(theURL,'movWin','scrollbars=no,resizable=no, width=400, height=300')movWindow.focus()}		function newWindow(theURL) {galWindow = window.open(theURL,'galwindow','scrollbars=no,resizable=no,width=500,height=500')galWindow.focus()	}		function chrisWin(theURL) {cWindow = window.open(theURL,'cwindow','scrollbars=no,resizable=no,width=595,height=595')cWindow.focus()	}		function openWeb(theURL) {webWin = window.open(theURL,'newwindow','scrollbars=yes,resizable=yes,width=640,height=480')webWin.focus()	}		function openText(theURL) {textWin = window.open(theURL,'textwindow','scrollbars=yes,resizable=no,width=500,height=600')  textWin.focus()	}  function closeWindow() {window.close()	}	
