// Copyright Carl Siegle// csiegle@visualjava.com// All rights reserved.// Keep these five lines and you're free to use this code for non profit, personal use. // Contact me for use on a corporate website. Thanks!// Produced for use by Paces Properties<!--if (document.images) {	home_on = new image();	home_on.src = "images/nav/home_on.gif";	home_off = new image();	home_off.src = "images/nav/home_off.gif";		amenities_on = new image();	amenities_on.src = "images/nav/amenities_on.gif";	amenities_off = new image();	amenities_off.src = "images/nav/amenities_off.gif";		floorplans_on = new image();	floorplans_on.src = "images/nav/floorplans_on.gif";	floorplans_off = new image();	floorplans_off.src = "images/nav/floorplans_off.gif";		glance_on = new image();	glance_on.src = "images/nav/glance_on.gif";	glance_off = new image();	glance_off.src = "images/nav/glance_off.gif";		siteplan_on = new image();	siteplan_on.src = "images/nav/siteplan_on.gif";	siteplan_off = new image();	siteplan_off.src = "images/nav/siteplan_off.gif";		directions_on = new image();	directions_on.src = "images/nav/directions_on.gif";	directions_off = new image();	directions_off.src = "images/nav/directions_off.gif";		services_on = new image();	services_on.src = "images/nav/services_on.gif";	services_off = new image();	services_off.src = "images/nav/services_off.gif";		leasing_on = new image();	leasing_on.src = "images/nav/leasing_on.gif";	leasing_off = new image();	leasing_off.src = "images/nav/leasing_off.gif";		contact_on = new image();	contact_on.src = "images/nav/contact_on.gif";	contact_off = new image();	contact_off.src = "images/nav/contact_off.gif";			// use if there is a down state for the buttons	home_down = new image();	home_down.src = "images/nav/home_down.gif";		amenities_down = new image();	amenities_down.src = "images/nav/amenities_down.gif";		floorplans_down = new image();	floorplans_down.src = "images/nav/floorplans_down.gif";		glance_down = new image();	glance_down.src = "images/nav/glance_down.gif";		siteplan_down = new image();	siteplan_down.src = "images/nav/siteplan_down.gif";		directions_down = new image();	directions_down.src = "images/nav/directions_down.gif";		services_down = new image();	services_down.src = "images/nav/services_down.gif";		leasing_down = new image();	leasing_down.src = "images/nav/leasing_down.gif";		contact_down = new image();	contact_down.src = "images/nav/contact_down.gif";	}//-->	