
$(document).ready(function() {
	$("#bench").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainFold").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainBench").fadeIn('slow');
		
	});
	
		$("#change").click(function() {
		$("#mainBench").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainFold").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainChange").fadeIn('slow');
	});
	
		$("#game").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainFold").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainGame").fadeIn('slow');
	});
	
		$("#fold").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainFold").fadeIn('slow');
	});
	
		$("#makeabench").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainFold").fadeOut('slow');
		$("#mainOrigamiBench").fadeIn('slow');
	});
	
		$("#makeanairplane").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainFold").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainOrigamiPlane").fadeIn('slow');
	});
	
		$("#back").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainFold").fadeIn('slow');
	});
	
		$("#back2").click(function() {
		$("#mainChange").fadeOut('slow');
		$("#mainBench").fadeOut('slow');
		$("#mainOrigamiPlane").fadeOut('slow');
		$("#mainGame").fadeOut('slow');
		$("#mainOrigamiBench").fadeOut('slow');
		$("#mainFold").fadeIn('slow');
	});
	
	
	
	$("#enter").click(function() {
		$("#landing").fadeOut('slow');		
		$("#footer2").fadeOut('slow');
		$("#footerContent2").fadeOut('slow');
		
		$("#content").fadeIn('slow');
		$("#footer").fadeIn('slow');
		$("#footerContent").fadeIn('slow');
		$("#logo").fadeIn('slow');
		$("#line").fadeIn('slow');
		$("#mainChange").fadeIn('slow');
		$("#sidebar").fadeIn('slow');
	});
	
	
});

		

