
function doSection1 (secNum){
	secNum.style.display = ""
		
	}


	
	function noSection1 (secNum){
	
		
			secNum.style.display = "none"
		
	}
	function noSection (){
	
		
			foo1.style.display = "none"
			foo2.style.display = "none"
		
	}

