//Set this to check if javascript is enabled for some css stuff
document.getElementsByTagName('html')[0].className='hasScript';

nav1b = new Image();
nav1b.src = "/images/mp/epe06_mpnav_m.gif";

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);    
}

 
/****************************
 	NAV
 ****************************/
 /*
 //EP commented out because there is no mainnav element in the new mainpage
 sfHover = function() {
	var sfEls = document.getElementById("mainnav").getElementsByTagName("dd");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" IEhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
*/