	myGallery = new Array();
	myGallery[0] = "max effgen";
	myGallery[1] = "salmon bay photography is dedicated to outdoor and travel photography.<br><br>after many years of travels, max started taking photography seriously in 2001. max primarily works with Nikon DSLRs and a trusty Hasselblad Xpan for panoramics.<br><br>a day job as a software executive and consultant has provided max an opportunity to travel and photograph many of the world's incredible places.<br><br>salmon bay photography takes its name from tidal flat and canal that can be found near max's home in seattle.";

	myPix = new Array();
	mytPix = new Array ();	

	myPix[0] = new Image();
	myPix[0].src = "img/bio01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_bio01.jpg";

	myPix[1] = new Image();
	myPix[1].src = "img/bio02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_bio02.jpg";

	myPix[2] = new Image();
	myPix[2].src = "img/bio03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_bio03.jpg";

	myPix[3] = new Image();
	myPix[3].src = "img/bio04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_bio04.jpg";

	thisPic = 0;
	imgCt = myPix.length - 1;