	function popUpWindow1(pagename) {
                  var popUp_Window2 =
          window.open(pagename,"Pop_up2","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=725,height=480,innerWidth=725,innerHeight=480");
                       perseus=popUp_Window2
                 setTimeout('perseus.focus()',150)


          }
		  
		  function popUpWindow2(pagename) {
                  var popUp_Window2 =
          window.open(pagename,"Pop_up2","toolbar=no,directories=no,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=480,innerWidth=800,innerHeight=480");
                       perseus=popUp_Window2
                 setTimeout('perseus.focus()',150)


          }
		  
		  function popUpWindow3(pagename) {
                  var popUp_Window3 =
          window.open(pagename,"Pop_up3","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=180,height=240,innerWidth=180,innerHeight=240");
                       perseus=popUp_Window3
                 setTimeout('perseus.focus()',150)


          }
	
function popUpWindow4(pagename) {
                  var popUp_Window4 =
          window.open(pagename,"Pop_up4","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=602,height=370,innerWidth=602,innerHeight=370");
                       perseus=popUp_Window4
                 setTimeout('perseus.focus()',150)


          }
		  
		  
	myPix = new Array("images/john_w_quote.gif","images/ronny_w_quote.gif","images/mary_w_quote.gif","images/greg_w_quote.gif","images/lawrence_w_quote.gif","images/eduardo_w_quote.gif","images/roopali_w_quote.gif")
	imgCt = myPix.length 

	function choosePic() {
		if (document.images) {
			randomNum = Math.floor((Math.random() * imgCt))
			document.myPicture.src = myPix[randomNum]
		}
	}
	
	myPixIp = new Array("../images/john_w_quote.gif","../images/ronny_w_quote.gif","../images/mary_w_quote.gif","../images/greg_w_quote.gif","../images/lawrence_w_quote.gif","../images/eduardo_w_quote.gif","../images/roopali_w_quote.gif")
	imgCt = myPixIp.length 

	function choosePicIp() {
		if (document.images) {
			randomNum = Math.floor((Math.random() * imgCt))
			document.myPicture.src = myPixIp[randomNum]
		}
	}

	function popUpWindow3(pagename) {
                  var popUp_Window3 =
          window.open(pagename,"Pop_up3","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=180,height=240,innerWidth=180,innerHeight=240");
                       perseus=popUp_Window3
                 setTimeout('perseus.focus()',150)


          }
	