// JavaScript Document

function menuContent1In()
{
	document.getElementById("menuContent1").style.backgroundColor="#71975C";
	document.getElementById("menuContent1Link").style.color="#FFFFFF";
}

function menuContent1Out()
{
	document.getElementById("menuContent1").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent1Link").style.color="#275606";
}


//####################

function menuContent2In()
{
	document.getElementById("menuContent2").style.backgroundColor="#71975C";
	document.getElementById("menuContent2Link").style.color="#FFFFFF";
}

function menuContent2Out()
{
	document.getElementById("menuContent2").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent2Link").style.color="#275606";
}

//####################

//####################

function menuContent3In()
{
	document.getElementById("menuContent3").style.backgroundColor="#71975C";
	document.getElementById("menuContent3Link").style.color="#FFFFFF";
}

function menuContent3Out()
{
	document.getElementById("menuContent3").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent3Link").style.color="#275606";
}

//####################

//####################

function menuContent4In()
{
	document.getElementById("menuContent4").style.backgroundColor="#71975C";
	document.getElementById("menuContent4Link").style.color="#FFFFFF";
}

function menuContent4Out()
{
	document.getElementById("menuContent4").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent4Link").style.color="#275606";
}

//####################

//####################

function menuContent5In()
{
	document.getElementById("menuContent5").style.backgroundColor="#71975C";
	document.getElementById("menuContent5Link").style.color="#FFFFFF";
}

function menuContent5Out()
{
	document.getElementById("menuContent5").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent5Link").style.color="#275606";
}

//####################

//####################

function menuContent6In()
{
	document.getElementById("menuContent6").style.backgroundColor="#71975C";
	document.getElementById("menuContent6Link").style.color="#FFFFFF";
}

function menuContent6Out()
{
	document.getElementById("menuContent6").style.backgroundColor="#F3F2DE";
	document.getElementById("menuContent6Link").style.color="#275606";
}

//####################
