/* BEGIN FUNCTION */
function windowOpener(varText) {
   msgWindow=window.open("","","menubar=no,scrollbars=yes,status=no,width=500,height=400,resizable=yes")
   msgWindow.document.write("<head><title>&nbsp;</title></head>")
   msgWindow.document.write("<body bgcolor=#FOEBCC>")
	 msgWindow.document.write(varText)
	 msgWindow.document.close()
	 msgWindow.focus()
}

function PhotoPop() {return}
