$(function(){
	//Enable togglers
	$('.toggle-next').bind('click', function() { $(this).next().toggle(); } );	
});