function RenderInfo(x){
	if (x==0){
		divPicture.style.visibility = "visible";
		divPicture.style.top = 86;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}

	if (x==1){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "visible";
		divOverview.style.top = 86;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}
	if (x==2){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "visible";
		divInDepth.style.top = 86;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}

	if (x==3){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "visible";
		divWhyRC.style.top = 86;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}

	if (x==4){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "visible";
		divWhoRC.style.top = 86;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}

	if (x==5){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "visible";
		divSignup.style.top = 86;
		divHelp.style.visibility = "hidden";
		divHelp.style.top = 0;
	}

	if (x==6){
		divPicture.style.visibility = "hidden";
		divPicture.style.top = 0;
		divOverview.style.visibility = "hidden";
		divOverview.style.top = 0;
		divInDepth.style.visibility = "hidden";
		divInDepth.style.top = 0;
		divWhyRC.style.visibility = "hidden";
		divWhyRC.style.top = 0;
		divWhoRC.style.visibility = "hidden";
		divWhoRC.style.top = 0;
		divSignup.style.visibility = "hidden";
		divSignup.style.top = 0;
		divHelp.style.visibility = "visible";
		divHelp.style.top = 86;
	}

}