	$(document).ready(function(){
	$('div.toggler-c').toggleElements(
	{ fxAnimation:'fade', fxSpeed:'fast', className:'toggler' } );
	});
