<!--//--><![CDATA[//><!--

hov = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("DD");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" hov";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" hov\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", hov);

function popup(url,name,W,H){
	cmdString = "menubar=no,toolbar=no,scrollbars=no,resizable=yes,screenX=0,screenY=0,left=0,top=0,height="+H+",width="+W;
	popWin = window.open(url,name,cmdString);
	popWin.focus();
}

//--><!]]>
