function turnon(whichImage)
{
	if (document.images)
	{
  		document[whichImage].src = eval(whichImage + 'fronton.src');
  	}
}

function turnoff(whichImage)
{
	if (document.images)
	{
		document[whichImage].src = eval(whichImage + 'frontoff.src');
	}
}

if (document.images)
{
	aboutstuartfronton = new Image();
	aboutstuartfronton.src = "images/aboutstuartfronton.gif";
	
	aboutstuartfrontoff = new Image();
	aboutstuartfrontoff.src = "images/aboutstuartfrontoff.gif";

	familyentertainmentfronton = new Image();
	familyentertainmentfronton.src = "images/familyentertainmentfronton.gif";
	
	familyentertainmentfrontoff = new Image();
	familyentertainmentfrontoff.src = "images/familyentertainmentfrontoff.gif";

	corporatefronton = new Image();
	corporatefronton.src = "images/corporatefronton.gif";
	
	corporatefrontoff = new Image();
	corporatefrontoff.src = "images/corporatefrontoff.gif";

	floridafronton = new Image();
	floridafronton.src = "images/floridafronton.gif";
	
	floridafrontoff = new Image();
	floridafrontoff.src = "images/floridafrontoff.gif";
	
	awardwinningactfronton = new Image();
	awardwinningactfronton.src = "images/awardwinningactfronton.gif";
	
	awardwinningactfrontoff = new Image();
	awardwinningactfrontoff.src = "images/awardwinningactfrontoff.gif";

	contactusfronton = new Image();
	contactusfronton.src = "images/contactusfronton.gif";
	
	contactusfrontoff = new Image();
	contactusfrontoff.src = "images/contactusfrontoff.gif";
}
