// JavaScript Document
<!--

	function getHome()
	{
		document.location.href='index.php';	
	}
	
	function getFocusOnNav(Element)
	{
		document.getElementById('content_nav_rub'+Element).className='content_nav_rub content_nav_rub_on';	
	}
	
//-->
