function setActiveLink(){
	suffix = "nav_";
	rolloverstyle = "navon";

	atags = document.getElementsByTagName('A');
	for(i=0; i < atags.length; i++){
		if(atags[i].href == this.location){
			atags[i].className = "navon";
		}
		
		if(atags[i].className.indexOf("housingchoices") !== -1){
			document.getElementById(suffix+"housingchoices").className = rolloverstyle;
		}		
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}