<!--

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

//////////////////////////////
//OPENS COMMENTS POPUP
//////////////////////////////
function OpenComments (c) {
    window.open(c+'/hearing_from_you',
                    'hearing_from_you',
                    'width=750,height=680,scrollbars=yes,status=yes,resizable=yes');
}

//////////////////////////////
//OPENS NEW WINDOW - USED WITH HREF
//////////////////////////////
function openWindow(theURL,winName,features) {
  window.open(theURL,
              winName,
              features);
}

//////////////////////////////
//FOR DROPDOWN MENUS - WHEN OPTION SELECTED, PAGE JUMPS TO LINK
//////////////////////////////
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

//////////////////////////////
//Main Navigation Dropdowns
//////////////////////////////

<!--//--><![CDATA[//><!--

iehover = function() {
	var sfEls = document.getElementById("navmenu").getElementsByTagName("LI");
	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", iehover);

//--><!]]>




<!--//--><![CDATA[//><!--

iehover = function() {
	var sfEls = document.getElementById("navmenu08").getElementsByTagName("LI");
	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", iehover);

//--><!]]>



