  $(document).ready(function(){
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#section1").hide();
	$("#section2").hide();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	
	$("#intronext").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").show(1);
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").show(1);
	$("#section2").hide();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec1back").click(function(e){
	e.preventDefault();
	$("#youarehere1").show();
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").show();
	$("#section1").hide();
	$("#section2").hide();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec1next").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").show();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").hide();
	$("#section2").show();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec2back").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").show();
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").show();
	$("#section2").hide();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec2next").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").show();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").hide();
	$("#section2").hide();
	$("#section3").show();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec3back").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").show();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").hide();
	$("#section2").show();
	$("#section3").hide();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec3next").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").show();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").hide();
	$("#section2").hide();
	$("#section3").hide();
	$("#section4").show();
	$("#submission").hide();

	});

	$("#sec4back").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").show();
	$("#youarehere5").hide();
	$("#youarehere6").hide();
	$("#introduction").hide();
	$("#section1").hide();
	$("#section2").hide();
	$("#section3").show();
	$("#section4").hide();
	$("#submission").hide();

	});

	$("#sec4next").click(function(e){
	e.preventDefault();
	$("#youarehere1").hide();
	$("#youarehere2").hide();
	$("#youarehere3").hide();
	$("#youarehere4").hide();
	$("#youarehere5").hide();
	$("#youarehere6").show();
	$("#introduction").hide();
	$("#section1").show();
	$("#section2").show();
	$("#section3").show();
	$("#section4").show();
	$("#submission").show();

	});

    });

