



				//swap image function

				function chImg(imgName,imgObj) {

						document.images[imgName].src = eval(imgObj+".src")

				}

				

				function showLayer(daLayer) { 

	      			eval(daLayer).style.visibility="visible";

				}

	

				function popUp(imgNum){

					window.open(theLinks[imgNum].linkURL, "", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width="+theLinks[imgNum].linkWidth+",height="+theLinks[imgNum].linkHeight+",resizable=no" );

				}
				function popUpNoScroll(imgNum){

					window.open(theLinks[imgNum].linkURL, "", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width="+theLinks[imgNum].linkWidth+",height="+theLinks[imgNum].linkHeight+",resizable=no" );

				}




				

						//preload images function

				function preload(imgObj,imgSrc) {

					if (document.images) {

						eval(imgObj+' = new Image()')

						eval(imgObj+'.src = "'+imgSrc+'"')

					}

				}

		

						//this holds the image and link info

				function aLink(myImage, linkURL, linkWidth, linkHeight, imgObj){

				this.myImage=myImage

				this.linkURL=linkURL

				this.linkWidth=linkWidth

				this.linkHeight=linkHeight

				this.imgObj=imgObj

				}

		

				function statusSwap(statusText){

				

					if(statusText==""){

						self.status='Photo-Genetic 2001-2004 ©'

					}else{

						self.status=statusText

					}

				}

		

				

				

				

				self.status='Photo-Genetic 2001-2004 ©'