
<!--
if (document.images) 
	{
	homeon = new Image(92,18);
	homeon.src = "../images/nav_1_home_o.gif";
	homeoff = new Image(92,18);
	homeoff.src = "../images/nav_1_home.gif";
	
	filmographyon = new Image(138,18);
	filmographyon.src = "../images/nav_2_filmography_o.gif";
	filmographyoff = new Image(138,18);
	filmographyoff.src = "../images/nav_2_filmography.gif";
	
	upcomingon = new Image(110,18);
	upcomingon.src = "../images/nav_3_upcoming_o.gif";
	upcomingoff = new Image(110,18);
	upcomingoff.src = "../images/nav_3_upcoming.gif";
	
	biographyon = new Image(128,18);
	biographyon.src = "../images/nav_4_biography_o.gif";
	biographyoff = new Image(128,18);
	biographyoff.src = "../images/nav_4_biography.gif";
	
	contacton = new Image(117,18);
	contacton.src = "../images/nav_5_contact_o.gif";
	contactoff = new Image(117,18);
	contactoff.src = "../images/nav_5_contact.gif";
	}
// -->

