//rods lally rollover nb lucy fckt the file name so .jpg are reversed

 if (document.images) {


	var Homeon = new Image();
	Homeon.src = "../gfx/nav_text/home_on.jpg";  
	var Homeoff = new Image();
	Homeoff.src = "../gfx/nav_text/home_off.jpg";

	var About_uson = new Image();
	About_uson.src = "../gfx/nav_text/about_us_on.jpg";  
	var About_usoff = new Image();
	About_usoff.src = "../gfx/nav_text/about_us_off.jpg";

	var Activitieson = new Image();
	Activitieson.src = "../gfx/nav_text/activities_on.jpg";  
	var Activitiesoff = new Image();
	Activitiesoff.src = "../gfx/nav_text/activities_off.jpg";

	var Whats_onon = new Image();
	Whats_onon.src = "../gfx/nav_text/whats_on_on.jpg";  
	var Whats_onoff = new Image();
	Whats_onoff.src = "../gfx/nav_text/whats_on_off.jpg";
	
	
	var Club_zineon = new Image();
	Club_zineon.src = "../gfx/nav_text/club_zine_on.jpg";  
	var Club_zineoff = new Image();
	Club_zineoff.src = "../gfx/nav_text/club_zine_off.jpg";
	
	var Support_uson = new Image();
	Support_uson.src = "../gfx/nav_text/support_us_on.jpg";  
	var Support_usoff = new Image();
	Support_usoff.src = "../gfx/nav_text/support_us_off.jpg";


	var Contact_uson = new Image();
	Contact_uson.src = "../gfx/nav_text/contact_us_on.jpg";  
	var Contact_usoff = new Image();
	Contact_usoff.src = "../gfx/nav_text/contact_us_off.jpg";
	
// line them all up inside curly
} 


//rollever function


function chgimg(imageField,newImg) {
	if (document.images){
		document[imageField].src=eval(newImg + ".src");
	}
} 


// doubler:::   onMouseOver="chgimg(imageField,newImg);chgimg(imageField,newImg)" 