$(document).ready(function(){

    $("a.tElearnToggle").click(function(){
		$("div.tElearnMore").slideToggle("slow");	
	});
	
	$("a.tFCIFHToggle").click(function(){
		$("div.tFCIFHMore").slideToggle("slow");	
	});
	
	$("a.tICIFHToggle").click(function(){
		$("div.tICIFHMore").slideToggle("slow");	
	});

	$("a.tACIFHToggle").click(function(){
		$("div.tACIFHMore").slideToggle("slow");	
	});
	
	$("a.tHAPAPToggle").click(function(){
		$("div.tHAPAPMore").slideToggle("slow");	
	});
	
	$("a.tCFHToggle").click(function(){
		$("div.tCFHMore").slideToggle("slow");	
	});

	$("div.tElearnMore").hide();
	$("div.tFCIFHMore").hide();
	$("div.tICIFHMore").hide();
	$("div.tACIFHMore").hide();
	$("div.tHAPAPMore").hide();
	$("div.tCFHMore").hide();
});

