// JavaScript Document
function FuncShowHide1(){
	  document.getElementById('row1').style.display="block";
      document.getElementById('row2').style.display="none";
	  document.getElementById('row3').style.display="none";
	  document.getElementById('row4').style.display="none";
	  document.about.src='images/aboutus_over.gif';
	  document.informationnews.src='images/informationnews_up.gif';
	  document.racinginformation.src='images/racinginformation_up.gif';
	  document.clubs.src='images/clubs_up.gif';	
}
function FuncShowHide2(){
  	  document.getElementById('row1').style.display="none";
      document.getElementById('row2').style.display="block";
	  document.getElementById('row3').style.display="none";
	  document.getElementById('row4').style.display="none";
	  document.about.src='images/aboutus_up.gif';
	  document.informationnews.src='images/informationnews_over.gif';
	  document.racinginformation.src='images/racinginformation_up.gif';
	  document.clubs.src='images/clubs_up.gif';	
}
function FuncShowHide3(){
      document.getElementById('row1').style.display="none";
      document.getElementById('row2').style.display="none";
	  document.getElementById('row3').style.display="block";
	  document.getElementById('row4').style.display="none";
	  document.about.src='images/aboutus_up.gif';
	  document.informationnews.src='images/informationnews_up.gif';
	  document.racinginformation.src='images/racinginformation_over.gif';
	  document.clubs.src='images/clubs_up.gif';	
}
function FuncShowHide4(){
      document.getElementById('row1').style.display="none";
      document.getElementById('row2').style.display="none";
	  document.getElementById('row3').style.display="none";
	  document.getElementById('row4').style.display="block";
	  document.about.src='images/aboutus_up.gif';
	  document.informationnews.src='images/informationnews_up.gif';
	  document.racinginformation.src='images/racinginformation_up.gif';
	  document.clubs.src='images/clubs_over.gif';	
}
