window.onerror = null;
	var menus = [
		new ypSlideOutMenu("menu3", "down", 332, 122, 169, 168,null),
		new ypSlideOutMenu("menu4", "down", 596, 122, 167, 69,null),
		new ypSlideOutMenu("menu310", "right", 501, 122, 200, 63,"menu3")
	]
document.write('<style type="text/css">' + ypSlideOutMenu.styleMod + '</style>');
	for (var i = 0; i < menus.length; i++) {
		menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
		menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';");
	}
function onMouseOver(obj)
{
	obj.style.backgroundColor='#0E4274';
}	

function onMouseOut(obj)
{
	obj.style.backgroundColor='#92ACC7'
	}
