
$(document).ready(function(){


	
// ******************************************************************** //	

	
	//toggle the componenet with h2 class .literature
	$(".div-toggle").click(function(){
		$(this).next(".ul-toggle").slideToggle(600);
	});
	
	
// ******************************************************************** //	
		
		
	
});
