<!--	

// Show Hero Image
function toggleHero(id)
{
	var objLayer = document.getElementById(id);
	
	Intro_1.style.display="none";
	Intro_2.style.display="none";
	Intro_3.style.display="none";
	Intro_4.style.display="none";
	Intro_5.style.display="none";
	Intro_6.style.display="none";
	
	objLayer.style.display="block";
}

//-->
