<script language="JavaScript">

function MM_findObj(n, d) {

  var p = "";  
  var i = "";
  var x = "";
  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;

}



function MM_setTextOfLayer(objName,x,newText) { //v3.0

  if ((obj=MM_findObj(objName))!=null) with (obj)

    if (navigator.appName=='Netscape') {document.write(unescape(newText)); document.close();}

    else innerHTML = unescape(newText);

}

function popup(mylink, windowname, sizeString)
{
if (! window.focus)return true;
var href;
if (sizeString == "") sizeString = 'width=800,height=300,scrollbars=no';
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, sizeString);
return false;
}

function startList() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("menu_object");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}

window.onload=startList;

</script>

