
<!--
if (document.images) 
	{
	filmographyon = new Image(168,18);
	filmographyon.src = "images/home_nav_1_filmography_o.gif";
	filmographyoff = new Image(168,18);
	filmographyoff.src = "images/home_nav_1_filmography.gif";
	
	upcomingon = new Image(135,18);
	upcomingon.src = "images/home_nav_2_upcoming_o.gif";
	upcomingoff = new Image(135,18);
	upcomingoff.src = "images/home_nav_2_upcoming.gif";
	
	biographyon = new Image(143,18);
	biographyon.src = "images/home_nav_3_biography_o.gif";
	biographyoff = new Image(143,18);
	biographyoff.src = "images/home_nav_3_biography.gif";
	
	contacton = new Image(139,18);
	contacton.src = "images/home_nav_4_contact_o.gif";
	contactoff = new Image(139,18);
	contactoff.src = "images/home_nav_4_contact.gif";
	}
// -->

