if (document.images) {           
	menu1on = new Image();
	menu1on.src = "/images/nav_furn_galleries1.gif";
	menu1off = new Image();
	menu1off.src = "/images/nav_furn_galleries0.gif";

	menu2on = new Image();
	menu2on.src = "/images/nav_interior_design1.gif";
	menu2off = new Image();
	menu2off.src = "/images/nav_interior_design0.gif";

	menu3on = new Image();
	menu3on.src = "/images/nav_sales_events1.gif";
	menu3off = new Image();
	menu3off.src = "/images/nav_sales_events0.gif";

	menu4on = new Image();
	menu4on.src = "/images/nav_locations1.gif";
	menu4off = new Image();
	menu4off.src = "/images/nav_locations0.gif";

	menu5on = new Image();
	menu5on.src = "/images/nav_newsletter1.gif";
	menu5off = new Image();
	menu5off.src = "/images/nav_newsletter0.gif";

	menu6on = new Image();
	menu6on.src = "/images/nav_about_us1.gif";
	menu6off = new Image();
	menu6off.src = "/images/nav_about_us0.gif";
	
	menu7on = new Image();
	menu7on.src = "/images/nav_contact_us1.gif";
	menu7off = new Image();
	menu7off.src = "/images/nav_contact_us0.gif";
	
	menu8on = new Image();
	menu8on.src = "/images/gallerynav_trad_cas1.gif";
	menu8off = new Image();
	menu8off.src = "/images/gallerynav_trad_cas0.gif";
	
	menu9on = new Image();
	menu9on.src = "/images/gallerynav_trad_for1.gif";
	menu9off = new Image();
	menu9off.src = "/images/gallerynav_trad_for0.gif";
	
	menu10on = new Image();
	menu10on.src = "/images/gallerynav_con_cas1.gif";
	menu10off = new Image();
	menu10off.src = "/images/gallerynav_con_cas0.gif";
	
	menu11on = new Image();
	menu11on.src = "/images/gallerynav_con_for1.gif";
	menu11off = new Image();
	menu11off.src = "/images/gallerynav_con_for0.gif";
	
	menu12on = new Image();
	menu12on.src = "/images/nav_home1.gif";
	menu12off = new Image();
	menu12off.src = "/images/nav_home0.gif";
	
}


function funkOn(img) {
	img.src = img.src.replace("0.gif", "1.gif");
}
function funkOff(img) {
	img.src = img.src.replace("1.gif", "0.gif");
}