	iw=51020;
	cc=0;
	cs=0;
	ia=-510
	lck=0;


	function toonmenu(elmnt)
	{
		document.getElementById(elmnt).style.visibility="visible";
	}
	function verstopmenu(elmnt)
	{
		document.getElementById(elmnt).style.visibility="hidden"
	}

	function rollIn(el)
	{
el.style.cursor='hand';
		var ms = navigator.appVersion.indexOf("MSIE")
		ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
		if(ie4)
		{
			el.initstyle=el.style.cssText;el.style.cssText=el.fprolloverstyle
		}
	}
	function rollOut(el)
	{
		var ms = navigator.appVersion.indexOf("MSIE")
		ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
		if(ie4)
		{
			el.style.cssText=el.initstyle
		}
	}
