<!--var activeClass = new Array();for (i=1; i<45; i++) {	activeClass[i] = " class='menuoff' ";}if ((currentmenu!=0) && (currentmenu!=1) && (currentmenu!=10) && (currentmenu!=20) && (currentmenu!=30) && (currentmenu!=40)) {	activeClass[currentmenu] = " class='menuon' ";}var homemenu="<center><img src='images/spacer.gif' width='1' height='13' border='0'/></center>"; // 0var aboutmenu="<center>"; // 1aboutmenu+="<a href='about_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[2]+">History</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";aboutmenu+="<a href='management_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[3]+">Management</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";aboutmenu+="<a href='affiliates_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[4]+">Subsidiaries</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";aboutmenu+="<a href='about_awards.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[5]+">Awards</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";aboutmenu+="<a href='resources_news.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[6]+">News</a>";aboutmenu+="</center>";var developmentmenu="<center>"; // 10developmentmenu+="<a href='development_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[11]+">Overview</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";developmentmenu+="<a href='development_projects.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[12]+">Current Projects</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";developmentmenu+="<a href='development_history.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[13]+">Development History</a>";developmentmenu+="</center>";var affiliatesmenu="<center>"; // 20affiliatesmenu+="<a href='affiliates_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[21]+">Intro</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";affiliatesmenu+="<a href='affiliates_management.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[22]+">HomeOwners Advantage</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";affiliatesmenu+="<a href='affiliates_events.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[23]+">Novare Events</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";affiliatesmenu+="<a href='affiliates_realty.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[24]+">Novare Realty</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";affiliatesmenu+="<a href='affiliates_twelve.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[26]+">TWELVE<SUP>&reg;</SUP></a> ";affiliatesmenu+="</center>";var resourcesmenu="<center>"; // 30//resourcesmenu+="<a href='resources_intro.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[31]+">Intro</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";resourcesmenu+="<a href='resources_news.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[32]+">News/Press Releases</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";resourcesmenu+="<a href='resources_newsletter.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[33]+">Newsletter</a>";// resourcesmenu+="<a href='resources_brochure.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[34]+">Brochure</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";// resourcesmenu+="<a href='resources_factsheets.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[35]+">Property fact sheets</a>";resourcesmenu+="</center>";var contactmenu="<center>"; // 40contactmenu+="<a href='contact.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[41]+">Contact Information</a> <span class='menupipe'>&nbsp;|&nbsp;</span> ";contactmenu+="<a href='contact_directions.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[42]+">Directions</a>";// contactmenu+=" <span class='menupipe'>&nbsp;|&nbsp;</span> <a href='info_request.html' onmouseover='keepAlive(1)' onmouseout='keepAlive(0)'"+activeClass[43]+">Request Information</a>";contactmenu+="</center>";var imgld=0; function showLayer(name) {    if (isNS){    	document.layers[0].document.layers["subnav"].document.open();		document.layers[0].document.layers["subnav"].document.write(eval(name));		document.layers[0].document.layers["subnav"].document.close();	}		    if (isIE){   		document.getElementById("sublyr").innerHTML=eval(name); 	}	if (isNS6){		//document.getElementById("one").innerHTML="";		document.getElementById("sublyr").innerHTML=eval(name);	}}// preload navigation imagesif (document.images){			var about_on = new Image();	about_on.src = "images/nav/about_on.gif";	var  about_off = new Image();	about_off.src = "images/nav/about_off.gif";		var development_on = new Image();	development_on.src = "images/nav/development_on.gif";	var development_off = new Image();	development_off.src = "images/nav/development_off.gif";		var affiliates_on = new Image();	affiliates_on.src = "images/nav/subsidiaries_on.gif";	var affiliates_off = new Image();	affiliates_off.src = "images/nav/subsidiaries_off.gif";		var resources_on = new Image();	resources_on.src = "images/nav/resources_on.gif";	var resources_off = new Image();	resources_off.src = "images/nav/resources_off.gif";		var contact_on = new Image();	contact_on.src = "images/nav/contact_on.gif";	var contact_off = new Image();	contact_off.src = "images/nav/contact_off.gif";		imgld=1;}	function init() {	if (currentpage!="home") {		if (isNS) {			eval("document.images[currentpage].src = "+ currentpage + "_on.src");		} else {			document.images[currentpage].src = eval(currentpage + "_on.src");		}		showLayer(layertoshow);	}}function swapImg(i,j) {	if (imgld==0) return;	if (i==currentpage) return;	 	if (isNS) {	 	eval("document.images[i].src = "+ i + "_" + j + ".src");		} else {			document.images[i].src = eval(i + "_" + j + ".src");		}}function keepAlive(mouse_over) {	if (mouse_over) {		if (typeof TimerID != "undefined") clearTimeout(TimerID);	} else {		if (typeof TimerID != "undefined") clearTimeout(TimerID);		TimerID = setTimeout('switchLayer()',500);	}}function swapImageOn(x,y) {	swapImg(x,y);	showme=(x+"menu");	showLayer(showme);}function swapImageOff(x,y) {	swapImg(x,y);}function switchLayer() {	showLayer(layertoshow);}//-->