
function viewCatechismSection( inSection ){

	closeDiv("intro");
	closeDiv("holy_scriptures");
	closeDiv("trinity");
	closeDiv("creation");
	closeDiv("providence");
	closeDiv("fall");
	closeDiv("inability");
	closeDiv("birth");
	closeDiv("death_1");
	closeDiv("death_2");
	closeDiv("death_3");




	openDiv( inSection );

}
