<!-- BEGIN Gallery presentation scripts// -->	myPix = new Array("images/shuffle/argonsart-01.jpg","images/shuffle/argonsart-02.jpg","images/shuffle/argonsart-03.jpg","images/shuffle/argonsart-04.jpg","images/shuffle/argonsart-05.jpg","images/shuffle/argonsart-06.jpg","images/shuffle/argonsart-07.jpg","images/shuffle/argonsart-08.jpg","images/shuffle/argonsart-09.jpg","images/shuffle/argonsart-10.jpg")	imgCt = myPix.length 	function choosePic() {		if (document.images) {			randomNum = Math.floor((Math.random() * imgCt))			document.argonsartPics.src = myPix[randomNum]		}	}  function gallery() {   window.open("photos_intro.html", "Picture", 'toolbar=false,directories=false,status=false,menubar=false,scrollbars=0,resizable=0,width=125,height=167');}<!-- END Gallery presentation scripts// -->
