
	function test13(id)
	{

		
		document.getElementById(id).setAttribute("class", "menubartext_roll");
	}
	function test_12(id)
	{

		
		document.getElementById(id).setAttribute("class", "menubartext_other");
	}
	
	function test2()
	{
		
		document.getElementById("link2").setAttribute("class", "menubartext_roll");
	}
	function test_2()
	{
		
		document.getElementById("link2").setAttribute("class", "menubartext_other");
	}
	
		function test3()
	{
		
		document.getElementById("link3").setAttribute("class", "menubartext_roll");
	}
	function test_3()
	{
		
		document.getElementById("link3").setAttribute("class", "menubartext_other");
	}
	
		function test4()
	{
		
		document.getElementById("link4").setAttribute("class", "menubartext_roll");
	}
	function test_4()
	{
		
		document.getElementById("link4").setAttribute("class", "menubartext_other");
	}	
	
	
		function test5()
	{
		
		document.getElementById("link5").setAttribute("class", "menubartext_roll");
	}
	function test_5()
	{
		
		document.getElementById("link5").setAttribute("class", "menubartext_other");
	}
	
		function test6()
	{
		
		document.getElementById("link6").setAttribute("class", "menubartext_roll");
	}
	function test_6()
	{
		
		document.getElementById("link6").setAttribute("class", "menubartext_other");
	}

