<!--
/*<![CDATA[*/
function IEHoverPseudo() {

	var navItems = document.getElementById("container-left").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuparent"; }
		}
	}

}
window.onload = IEHoverPseudo;
/*]]>*/


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function wsiview(window_loc)
{
            window_loc += "&ref=" + window.location;
            var params = "width=400,height=400,scrollbars=no,toolbar=no,menubar=no,status=no,location=no,resizable=no";
            var open_window = window.open(window_loc,"webus_wi",params);
            open_window.focus();
}

//-->

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->

var newWindow = null;
function closeWin(){
if (newWindow != null){
if(!newWindow.closed)
newWindow.close();
}
}
function popUpWin(url, type, strWidth, strHeight){
closeWin();
if (type == "fullScreen" ){
strWidth = screen.availWidth - 10;
strHeight = screen.availHeight - 160;
}
var tools="";
if (type == "standard" || type == "fullScreen" ) tools =
"resizable,toolbar=yes,location=no,scrollbars=yes,menubar=yes,width=640,height=700,top=0,left=10";
if (type == "console" ) tools =
"resizable,toolbar=yes,location=no,scrollbars=yes,width=640,height=700,left=10,top=0";
newWindow = window.open(url, 'newWin', tools);
newWindow.focus();
}

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!--  //

if (!document.getElementById) {
    window.location = 
	   "http://www.hayward-ca.gov/browser.shtm"
}

	// -->

