// JavaScript Document


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


//Gallery Babies (1)
		
	gal_babies1_large = new Image
	gal_babies1_large.src = "images/gal_babies/gal_babies1_large.jpg"	
	
	gal_babies2_large = new Image
	gal_babies2_large.src = "images/gal_babies/gal_babies2_large.jpg"

	gal_babies3_large = new Image
	gal_babies3_large.src = "images/gal_babies/gal_babies3_large.jpg"

	gal_babies4_large = new Image
	gal_babies4_large.src = "images/gal_babies/gal_babies4_large.jpg"

	gal_babies5_large = new Image
	gal_babies5_large.src = "images/gal_babies/gal_babies5_large.jpg"

	gal_babies6_large = new Image
	gal_babies6_large.src = "images/gal_babies/gal_babies6_large.jpg"

	gal_babies7_large = new Image
	gal_babies7_large.src = "images/gal_babies/gal_babies7_large.jpg"

	gal_babies8_large = new Image
	gal_babies8_large.src = "images/gal_babies/gal_babies8_large.jpg"

	gal_babies9_large = new Image
	gal_babies9_large.src = "images/gal_babies/gal_babies9_large.jpg"

	gal_babies10_large = new Image
	gal_babies10_large.src = "images/gal_babies/gal_babies10_large.jpg"

	gal_babies11_large = new Image
	gal_babies11_large.src = "images/gal_babies/gal_babies11_large.jpg"

	gal_babies12_large = new Image
	gal_babies12_large.src = "images/gal_babies/gal_babies12_large.jpg"	
	
	gal_babies13_large = new Image
	gal_babies13_large.src = "images/gal_babies/gal_babies13_large.jpg"

	gal_babies14_large = new Image
	gal_babies14_large.src = "images/gal_babies/gal_babies14_large.jpg"

	gal_babies15_large = new Image
	gal_babies15_large.src = "images/gal_babies/gal_babies15_large.jpg"

	gal_babies16_large = new Image
	gal_babies16_large.src = "images/gal_babies/gal_babies16_large.jpg"
	
	gal_babies_main = new Image
	gal_babies_main.src = "images/gal_babies/gal_babies_main.jpg"
	
	
	
	
	
	gal_babies1_small = new Image
	gal_babies1_small.src = "images/gal_babies/gal_babies1.jpg"	
	
	gal_babies2_small = new Image
	gal_babies2_small.src = "images/gal_babies/gal_babies2.jpg"

	gal_babies3_small = new Image
	gal_babies3_small.src = "images/gal_babies/gal_babies3.jpg"

	gal_babies4_small = new Image
	gal_babies4_small.src = "images/gal_babies/gal_babies4.jpg"

	gal_babies5_small = new Image
	gal_babies5_small.src = "images/gal_babies/gal_babies5.jpg"

	gal_babies6_small = new Image
	gal_babies6_small.src = "images/gal_babies/gal_babies6.jpg"

	gal_babies7_small = new Image
	gal_babies7_small.src = "images/gal_babies/gal_babies7.jpg"

	gal_babies8_small = new Image
	gal_babies8_small.src = "images/gal_babies/gal_babies8.jpg"

	gal_babies9_small = new Image
	gal_babies9_small.src = "images/gal_babies/gal_babies9.jpg"

	gal_babies10_small = new Image
	gal_babies10_small.src = "images/gal_babies/gal_babies10.jpg"

	gal_babies11_small = new Image
	gal_babies11_small.src = "images/gal_babies/gal_babies11.jpg"

	gal_babies12_small = new Image
	gal_babies12_small.src = "images/gal_babies/gal_babies12.jpg"	
	
	gal_babies13_small = new Image
	gal_babies13_small.src = "images/gal_babies/gal_babies13.jpg"

	gal_babies14_small = new Image
	gal_babies14_small.src = "images/gal_babies/gal_babies14.jpg"

	gal_babies15_small = new Image
	gal_babies15_small.src = "images/gal_babies/gal_babies15.jpg"

	gal_babies16_small = new Image
	gal_babies16_small.src = "images/gal_babies/gal_babies16.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
}	