<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


   function openMetafaq(mfUrl){
     window.name  = "mfOpener";
     winHandle    = window.open(mfUrl.href, "mfWindow",
"width=620,height=700,screenX=15,screenY=20,top=15,left=30,scrollbars=yes,resizable=no");
     winHandle.focus();
     return false;
   }

//--><!]]>