function switcher1() {

	document.getElementById("content").style.display = "none";

	document.getElementById("highlight").style.display = "none";

	document.getElementById("subcontent").style.display = "block";

	document.getElementById("subcontent2").style.display = "none";
	document.getElementById("subcontent3").style.display = "none";		

	document.getElementById("switch1").style.backgroundColor = "#cbd6eb";

	document.getElementById("switch1").style.borderTopColor = "#eee";

	document.getElementById("switch1").style.borderRightColor = "#777";

	document.getElementById("switch2").style.backgroundColor = "#aaa";

	document.getElementById("switch2").style.borderRightColor = "#777";

	document.getElementById("switch2").style.borderTopColor = "#ccc";

	document.getElementById("switch3").style.backgroundColor = "#aaa";

	document.getElementById("switch3").style.borderRightColor = "#777";

	document.getElementById("switch3").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.backgroundColor = "#aaa";

	document.getElementById("switch4").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.borderRightColor = "#777";
	
	document.getElementById("switch5").style.backgroundColor = "#aaa";

	document.getElementById("switch5").style.borderTopColor = "#ccc";

	document.getElementById("switch5").style.borderRightColor = "#777";
}



function switcher2() {

	document.getElementById("subcontent").style.display = "none";

	document.getElementById("highlight").style.display = "none";

	document.getElementById("content").style.display = "block";

	document.getElementById("subcontent2").style.display = "none";
	document.getElementById("subcontent3").style.display = "none";		

	document.getElementById("switch1").style.backgroundColor = "#aaa";

	document.getElementById("switch1").style.borderTopColor = "#ccc";

	document.getElementById("switch1").style.borderRightColor = "#eee";

	document.getElementById("switch2").style.backgroundColor = "#cbd6eb";

	document.getElementById("switch2").style.borderTopColor = "#eee";

	document.getElementById("switch2").style.borderRightColor = "#777";

	document.getElementById("switch3").style.backgroundColor = "#aaa";

	document.getElementById("switch3").style.borderRightColor = "#777";

	document.getElementById("switch3").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.backgroundColor = "#aaa";

	document.getElementById("switch4").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.borderRightColor = "#777";
	
	document.getElementById("switch5").style.backgroundColor = "#aaa";

	document.getElementById("switch5").style.borderTopColor = "#ccc";

	document.getElementById("switch5").style.borderRightColor = "#777";

}



function switcher3() {

	document.getElementById("content").style.display = "none";

	document.getElementById("subcontent").style.display = "none";

	document.getElementById("highlight").style.display = "block";

	document.getElementById("subcontent2").style.display = "none";
	document.getElementById("subcontent3").style.display = "none";		

	document.getElementById("switch1").style.backgroundColor = "#aaa";

	document.getElementById("switch1").style.borderTopColor = "#ccc";

	document.getElementById("switch1").style.borderRightColor = "#777";

	document.getElementById("switch2").style.backgroundColor = "#aaa";

	document.getElementById("switch2").style.borderTopColor = "#ccc";

	document.getElementById("switch2").style.borderRightColor = "#eee";

	document.getElementById("switch3").style.backgroundColor = "#cbd6eb";

	document.getElementById("switch3").style.borderTopColor = "#eee";

	document.getElementById("switch3").style.borderRightColor = "#777";

	document.getElementById("switch4").style.backgroundColor = "#aaa";

	document.getElementById("switch4").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.borderRightColor = "#777";
	
	document.getElementById("switch5").style.backgroundColor = "#aaa";

	document.getElementById("switch5").style.borderTopColor = "#ccc";

	document.getElementById("switch5").style.borderRightColor = "#777";

}



function switcher4() {

	document.getElementById("content").style.display = "none";

	document.getElementById("subcontent").style.display = "none";

	document.getElementById("highlight").style.display = "none";

	document.getElementById("subcontent2").style.display = "block";
	document.getElementById("subcontent3").style.display = "none";	

	document.getElementById("switch1").style.backgroundColor = "#aaa";

	document.getElementById("switch1").style.borderTopColor = "#ccc";

	document.getElementById("switch1").style.borderRightColor = "#777";

	document.getElementById("switch2").style.backgroundColor = "#aaa";

	document.getElementById("switch2").style.borderTopColor = "#ccc";

	document.getElementById("switch2").style.borderRightColor = "#777";

	document.getElementById("switch3").style.backgroundColor = "#aaa";

	document.getElementById("switch3").style.borderTopColor = "#ccc";

	document.getElementById("switch3").style.borderRightColor = "#eee";

	document.getElementById("switch4").style.backgroundColor = "#cbd6eb";

	document.getElementById("switch4").style.borderTopColor = "#eee";

	document.getElementById("switch4").style.borderRightColor = "#777";
	
	document.getElementById("switch5").style.backgroundColor = "#aaa";

	document.getElementById("switch5").style.borderTopColor = "#ccc";

	document.getElementById("switch5").style.borderRightColor = "#777";

}
function switcher5() {

	document.getElementById("content").style.display = "none";

	document.getElementById("subcontent").style.display = "none";

	document.getElementById("highlight").style.display = "none";

	document.getElementById("subcontent2").style.display = "none";
	document.getElementById("subcontent3").style.display = "block";	

	document.getElementById("switch1").style.backgroundColor = "#aaa";

	document.getElementById("switch1").style.borderTopColor = "#ccc";

	document.getElementById("switch1").style.borderRightColor = "#777";

	document.getElementById("switch2").style.backgroundColor = "#aaa";

	document.getElementById("switch2").style.borderTopColor = "#ccc";

	document.getElementById("switch2").style.borderRightColor = "#777";

	
	document.getElementById("switch3").style.backgroundColor = "#aaa";

	document.getElementById("switch3").style.borderTopColor = "#ccc";

	document.getElementById("switch3").style.borderRightColor = "#eee";

	
	document.getElementById("switch4").style.backgroundColor = "#aaa";

	document.getElementById("switch4").style.borderTopColor = "#ccc";

	document.getElementById("switch4").style.borderRightColor ="#eee";
	
	
	document.getElementById("switch5").style.backgroundColor = "#cbd6eb";

	document.getElementById("switch5").style.borderTopColor = "#eee";

	document.getElementById("switch5").style.borderRightColor = "#777";

}
