/*sfHover = function() {
	var sfEls = document.getElementById("HeadSub").getElementsByTagName("area");
	for (var i=0; i<sfEls.length; i++) {
		c = i+'';
		if(i==0){c="0"}
		//document.write(i+"+");
		sfEls[i].onmouseover=function() {
			document.getElementById("ddm"+c).style.display="block";
		}
		sfEls[i].onmouseout=function() {
			document.getElementById("ddm"+c).style.display="none";
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);*/

/* PreloadMenuBgs
-------------------------*/

function showPopup (url, id, width, height)
{
   win=window.open(url,id,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=" + width +",height=" + height );
   win.focus();
}

var imgbg1 = new Image();
imgbg1.src = "images/menu_bg_lvl1_hover.gif";
