// JavaScript Document


	//Gallery Rollover
	
	container = new Image
	container.src = "images/container.gif"



	//Gallery On Location (7)

	gal_onlocation1_large = new Image
	gal_onlocation1_large.src = "images/gal_onlocation/gal_onlocation1_large.jpg"
	
	gal_onlocation2_large = new Image
	gal_onlocation2_large.src = "images/gal_onlocation/gal_onlocation2_large.jpg"
	
	gal_onlocation3_large = new Image
	gal_onlocation3_large.src = "images/gal_onlocation/gal_onlocation3_large.jpg"

	gal_onlocation4_large = new Image
	gal_onlocation4_large.src = "images/gal_onlocation/gal_onlocation4_large.jpg"

	gal_onlocation5_large = new Image
	gal_onlocation5_large.src = "images/gal_onlocation/gal_onlocation5_large.jpg"

	gal_onlocation6_large = new Image
	gal_onlocation6_large.src = "images/gal_onlocation/gal_onlocation6_large.jpg"

	gal_onlocation7_large = new Image
	gal_onlocation7_large.src = "images/gal_onlocation/gal_onlocation7_large.jpg"
	
	gal_onlocation8_large = new Image
	gal_onlocation8_large.src = "images/gal_onlocation/gal_onlocation8_large.jpg"
	
	gal_onlocation9_large = new Image
	gal_onlocation9_large.src = "images/gal_onlocation/gal_onlocation9_large.jpg"
	
	gal_onlocation10_large = new Image
	gal_onlocation10_large.src = "images/gal_onlocation/gal_onlocation10_large.jpg"
	
	gal_onlocation11_large = new Image
	gal_onlocation11_large.src = "images/gal_onlocation/gal_onlocation11_large.jpg"
	
	gal_onlocation12_large = new Image
	gal_onlocation12_large.src = "images/gal_onlocation/gal_onlocation12_large.jpg"
	
	gal_onlocation13_large = new Image
	gal_onlocation13_large.src = "images/gal_onlocation/gal_onlocation13_large.jpg"
	
	gal_onlocation14_large = new Image
	gal_onlocation14_large.src = "images/gal_onlocation/gal_onlocation14_large.jpg"
	
	gal_onlocation15_large = new Image
	gal_onlocation15_large.src = "images/gal_onlocation/gal_onlocation15_large.jpg"
	
	gal_onlocation16_large = new Image
	gal_onlocation16_large.src = "images/gal_onlocation/gal_onlocation16_large.jpg"

	
	gal_onlocation_main = new Image
	gal_onlocation_main.src = "images/gal_onlocation/gal_onlocation_main.jpg"



	gal_onlocation1_small = new Image
	gal_onlocation1_small.src = "images/gal_onlocation/gal_onlocation1.jpg"
	
	gal_onlocation2_small = new Image
	gal_onlocation2_small.src = "images/gal_onlocation/gal_onlocation2.jpg"
	
	gal_onlocation3_small = new Image
	gal_onlocation3_small.src = "images/gal_onlocation/gal_onlocation3.jpg"

	gal_onlocation4_small = new Image
	gal_onlocation4_small.src = "images/gal_onlocation/gal_onlocation4.jpg"

	gal_onlocation5_small = new Image
	gal_onlocation5_small.src = "images/gal_onlocation/gal_onlocation5.jpg"

	gal_onlocation6_small = new Image
	gal_onlocation6_small.src = "images/gal_onlocation/gal_onlocation6.jpg"

	gal_onlocation7_small = new Image
	gal_onlocation7_small.src = "images/gal_onlocation/gal_onlocation7.jpg"
	
	gal_onlocation8_small = new Image
	gal_onlocation8_small.src = "images/gal_onlocation/gal_onlocation8.jpg"
	
	gal_onlocation9_small = new Image
	gal_onlocation9_small.src = "images/gal_onlocation/gal_onlocation9.jpg"
	
	gal_onlocation10_small = new Image
	gal_onlocation10_small.src = "images/gal_onlocation/gal_onlocation10.jpg"
	
	gal_onlocation11_small = new Image
	gal_onlocation11_small.src = "images/gal_onlocation/gal_onlocation11.jpg"
	
	gal_onlocation12_small = new Image
	gal_onlocation12_small.src = "images/gal_onlocation/gal_onlocation12.jpg"
	
	gal_onlocation13_small = new Image
	gal_onlocation13_small.src = "images/gal_onlocation/gal_onlocation13.jpg"
	
	gal_onlocation14_small = new Image
	gal_onlocation14_small.src = "images/gal_onlocation/gal_onlocation14.jpg"
	
	gal_onlocation15_small = new Image
	gal_onlocation15_small.src = "images/gal_onlocation/gal_onlocation15.jpg"
	
	gal_onlocation16_small = new Image
	gal_onlocation16_small.src = "images/gal_onlocation/gal_onlocation16.jpg"





	
//Gallery Rollovers


function gallery_MouseOver (galName, imgName) 
{
//document.gal_youngsters_main.src=gal_youngsters7_large.src

document[galName + "_main"].src = eval("container.src");
document[galName + "_main"].src = eval(galName+imgName + "_large.src");


//document[galName + "_main"].src = "";

//Safari Image Stretch Fix
//document.getElementById(galName + "_main").src = eval(galName+imgName + "_large.src");




//gal_youngsters_main.jpg = gal_youngsters7_large.jpg
}

function gallery_MouseOut (galName) 
{
//document.gal_youngsters_main.src=gal_youngsters_main.src


//document[galName + "_main"].src = eval("container.src");
//document[galName + "_main"].src = eval(galName + "_main.src");


//gal_youngtsers7_large.jpg = gal_youngsters_main.jpg
}	

