if (document.images) {





	home_off = new Image( ); home_off.src = "/images/navigation/home_off.gif";

	home_on = new Image( ); home_on.src = "/images/navigation/home_on.gif";





	about_us_off = new Image( ); about_us_off.src = "/images/navigation/about_us_off.gif";

	about_us_on = new Image( ); about_us_on.src = "/images/navigation/about_us_on.gif";





	news_off = new Image( ); news_off.src = "/images/navigation/news_off.gif";

	news_on = new Image( ); news_on.src = "/images/navigation/news_on.gif";





	available_off = new Image( ); available_off.src = "/images/navigation/available_now_off.gif";

	available_on = new Image( ); available_on.src = "/images/navigation/available_now_on.gif";





	executive_suites_off = new Image( ); executive_suites_off.src = "/images/navigation/executive_suites_off.gif";

	executive_suites_on = new Image( ); executive_suites_on.src = "/images/navigation/executive_suites_on.gif";





	parking_lots_off = new Image( ); parking_lots_off.src = "/images/navigation/parking_lots_off.gif";

	parking_lots_on = new Image( ); parking_lots_on.src = "/images/navigation/parking_lots_on.gif";





	contact_off = new Image( ); contact_off.src = "/images/navigation/contact_off.gif";

	contact_on = new Image( ); contact_on.src = "/images/navigation/contact_on.gif";





	commerce_building_off = new Image( ); commerce_building_off.src = "/images/navigation/commerce_building_off.gif";

	commerce_building_on = new Image( ); commerce_building_on.src = "/images/navigation/commerce_building_on.gif";





	slater_building_off = new Image( ); slater_building_off.src = "/images/navigation/slater_building_off.gif";

	slater_building_on = new Image( ); slater_building_on.src = "/images/navigation/slater_building_on.gif";





	central_building_off = new Image( ); central_building_off.src = "/images/navigation/central_building_off.gif";

	central_building_on = new Image( ); central_building_on.src = "/images/navigation/central_building_on.gif";





	z365_main_off = new Image( ); z365_main_off.src = "/images/navigation/365_main_off.gif";

	z365_main_on = new Image( ); z365_main_on.src = "/images/navigation/365_main_on.gif";










function imgOn(imgField) {

	if (document.images) {

		document[imgField].src = eval(imgField + "_on" + ".src")

	}

} // End function



function imgOff(imgField) {

	if (document.images) {

		document[imgField].src = eval(imgField + "_off" + ".src")

	}

} // End function







} // End if




