function swapMenu(section, submenu) {
	if (document.getElementById) {
			if (section!="") {
				document.getElementById("nav_home").style.backgroundPosition = "0 -35px";
				}
			//if (submenu!="") {
				//document.getElementById(submenu).className = 'active';
			//}
		}

} 


function openBrWindow(theURL,winName,features) { //v2.0
 	 window.open(theURL,winName,features);
	}