	var lastone = 0;	function toggletexton(myself) {		if (lastone != 0) {			document.getElementById(lastone).className = "offState";		}		myself.parentNode.parentNode.className = "onState";		lastone = myself.parentNode.parentNode.id;	}		function toggletextoff(myself) {		myself.parentNode.parentNode.className = "offState";	}		function toggletext(myself) {		if (myself.parentNode.parentNode.className == "offState") {			toggletexton(myself);		} else if (myself.parentNode.parentNode.id != navOn) {			toggletextoff(myself);		}	}		function setOnState(whereAmI) {		if (navOn != "none") {			document.getElementById(whereAmI).className = "onState";		}	}				//document.getElementById('nav').getElementsByTagName('ul')[0].getElementsByTagName('li')[whichtext].className = "offState";
//document.getElementById('expheadtext' + whichtext).className = "offState";
var ran = Math.ceil(Math.random() * 16);
var mainimgstring = '<div id="mainBody" class="bg_image_' + ran + '">';
//var hometextimgstring = '<div style="clear: both;"></div><img src="/_media/images/home/bg' + ran + '_text.jpg" alt="We&rsquo;ve Been Building Value Since 1907" width="761" height="42" class="headlineHome" />';
var hometextimgstring = '<div style="clear: both;"></div><img src="/_media/images/home/bg_green_1_text.jpg" alt="" width="761" height="42" class="headlineHome" />';
// Dropdown JS for main nav. From Suckerfish.
<!--//--><![CDATA[//><!--		startList = function() {			if (document.all&&document.getElementById) {				navRoot = document.getElementById("nav");				for (i=0; i<navRoot.childNodes.length; i++) {					node = navRoot.childNodes[i];					if (node.nodeName=="LI") {						node.onmouseover=function() {							this.className+=" over";						}						node.onmouseout=function() {							this.className=this.className.replace(" over", "");						}					}				}			}		}		window.onload=startList;//--><!]]>
// Print Function//test 1.0function printPage(){  if(window.print){window.print();}  else {alert("Printing Instructions:\n\n - If you are using a Macintosh, please select \"Print\" from the \"File\" menu.\n - If you are using Windows, right click the page and select \"Print\" from the pop-up menu.");}}
/****************************************************************pop-up window functionality*****************************************************************/
window.onerror=null;var win = null;function newWindow(mypage, myname, w, h, scroll) {closePopWin();var winl = (screen.width - w) / 2;var wint = (screen.height - h) / 2;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',noresize';win = window.open(mypage, myname, winprops);}function closePopWin() {     if(win != null) {          if(!win.closed) {              win.close();              win = null;          } else {              win = null;          }     }}/****************************************************************pop-up window functionality*****************************************************************/