
function showSection(sectionID) {

	switch(sectionID){
		case 0:
				document.getElementById("section1").className="dispBlock";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 1:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispBlock";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 2:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispBlock";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 3:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispBlock";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 4:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispBlock";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 5:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispBlock";
				
				break;
	}
}

function showState(sectionID) {

	switch(sectionID){
		case 0:
				document.getElementById("section1").className="dispBlock";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 1:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispBlock";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 2:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispBlock";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 3:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispBlock";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 4:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispBlock";
				document.getElementById("section6").className="dispNone";
				
				break;
		case 5:
				document.getElementById("section1").className="dispNone";
				document.getElementById("section2").className="dispNone";
				document.getElementById("section3").className="dispNone";
				document.getElementById("section4").className="dispNone";
				document.getElementById("section5").className="dispNone";
				document.getElementById("section6").className="dispBlock";
				
				break;
	}
}