$(document).ready(function() {
	$('.toggle_block').toggleElements({
		fxAnimation:'slide',
		fxSpeed:'fast',
		className:'toggler'
	});
});
