// 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!<!--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";		locationz_on = new Image();	locationz_on.src = "images/nav/location_on.gif";	locationz_off = new Image();	locationz_off.src = "images/nav/location_off.gif";		available_on = new Image();	available_on.src = "images/nav/available_on.gif";	available_off = new Image();	available_off.src = "images/nav/available_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";		/*	services_on = new Image();	services_on.src = "images/nav/services_on.gif";	services_off = new Image();	services_off.src = "images/nav/services_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";}	function navSwap(imgName,state){	navImg = eval(imgName + "_" + state + ".src");	document [imgName].src = navImg;}var activeClass = new Array();for (i=0; i<7; i++) { activeClass[i] = "off"; }if (currentmenu!=8) { activeClass[currentmenu] = "on"; }var result = '<IMG SRC="images/nav/left_cap.gif" WIDTH=86 HEIGHT=27 NAME="" ALT="" border="0"><a ';result += 'href="index.html" onmouseover="navSwap(\'home\',\'on\');window.status=\'Return to home page\';return true" onmouseout="navSwap(\'home\',\''+activeClass[0]+'\');window.status=\'\';return true"><IMG SRC="images/nav/home_'+activeClass[0]+'.gif" WIDTH=60 HEIGHT=27 NAME="home" ALT="Home Page" border="0"></a><a ';result += 'href="location.html" onmouseover="navSwap(\'locationz\',\'on\');window.status=\'Our Location\';return true" onmouseout="navSwap(\'locationz\',\''+activeClass[1]+'\');window.status=\'\';return true"><IMG SRC="images/nav/location_'+activeClass[1]+'.gif" WIDTH=70 HEIGHT=27 NAME="locationz" ALT="Our Location" border="0"></a><a ';result += 'href="available.html" onmouseover="navSwap(\'available\',\'on\');window.status=\'Available Space\';return true" onmouseout="navSwap(\'available\',\''+activeClass[2]+'\');window.status=\'\';return true"><IMG SRC="images/nav/available_'+activeClass[2]+'.gif" WIDTH=106 HEIGHT=27 NAME="available" ALT="Available Space" border="0"></a><a ';// result += 'href="plans.html" onmouseover="navSwap(\'plans\',\'on\');window.status=\'Floor Plans\';return true" onmouseout="navSwap(\'plans\',\''+activeClass[3]+'\');window.status=\'\';return true"><IMG SRC="images/nav/plans_'+activeClass[3]+'.gif" WIDTH=82 HEIGHT=27 NAME="home" ALT="Home Page" border="0"></a><a ';result += 'href="amenities.html" onmouseover="navSwap(\'amenities\',\'on\');window.status=\'Area Amenities\';return true" onmouseout="navSwap(\'amenities\',\''+activeClass[4]+'\');window.status=\'\';return true"><IMG SRC="images/nav/amenities_'+activeClass[4]+'.gif" WIDTH=108 HEIGHT=27 NAME="amenities" ALT="Area Amenities" border="0"></a><a ';// result += 'href="services.html" onmouseover="navSwap(\'services\',\'on\');window.status=\'Tenant Services\';return true" onmouseout="navSwap(\'services\',\''+activeClass[5]+'\');window.status=\'\';return true"><IMG SRC="images/nav/services_'+activeClass[5]+'.gif" WIDTH=112 HEIGHT=27 NAME="services" ALT="Tenant Services" border="0"></a><a ';result += 'href="contact.html" onmouseover="navSwap(\'contact\',\'on\');window.status=\'Contact Us\';return true" onmouseout="navSwap(\'contact\',\''+activeClass[6]+'\');window.status=\'\';return true"><IMG SRC="images/nav/contact_'+activeClass[6]+'.gif" WIDTH=86 HEIGHT=27 NAME="contact" ALT="Contact Us" border="0"></a><IMG ';result += 'SRC="images/nav/right_cap.gif" WIDTH=85 HEIGHT=27 NAME="" ALT="" border="0">';document.write(result);document.close();//-->	
