﻿<!--//--><![CDATA[//><!--
menuFixnav=function () {
	var sfEl=document.getElementById("nav").getElementsByTagName("li");
	for(var i=0;i<sfEl.length;i++) {
		sfEl[i].onmouseover=function () {
			this.className+=(this.className.length>0?" ":"")+"sfhover";
		}
		sfEl[i].onMouseDown=function () {
			this.className+=(this.className.length>0?" ":"")+"sfhover";
		}
		sfEl[i].onMouseUp=function () {
			this.className+=(this.className.length>0?" ":"")+"sfhover";
		}
		sfEl[i].onmouseout=function () {
			this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"),
			"");
		}
	}
}
if(window.attachEvent)window.attachEvent("onload",menuFixnav);
//--><!]]>
