<!--//--><![CDATA[//><!--
jsHover = function() {
var hEls = document.getElementById("el1").getElementsByTagName("li");

for (var i=0, len=hEls.length; i<len; i++) {
hEls[i].onmouseover=function() { this.className="jshover"; }
hEls[i].onmouseout=function() { this.className=""; }
}
}
if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);
//--><!]]>

<!--//--><![CDATA[//><!--
jsHover = function() {
var hEls = document.getElementById("h_menu").getElementsByTagName("li");

for (var i=0, len=hEls.length; i<len; i++) {
hEls[i].onmouseover=function() { this.className="jshover"; }
hEls[i].onmouseout=function() { this.className=""; }
}
}
if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);
//--><!]]>

function open_s(a, b,f) 
{	
	if (document.getElementById(a).style.display=='block')
	{	
		document.getElementById(a).style.display='';
		if (f=='y'){	/*b.style.background="#ffc864";*/
		b.id="up";
		}
	}
	else
	{
		document.getElementById(a).style.display='block';
		if (f=='y') b.id="up2";
	}
}
