/**
 * @author bengazzard
 */
var _queue = _queue || [];
	_queue.push(['General', function(){
	var expand = new EE.UI.Expandables({
		index: 0,
		togglers: 'div.expandable-toggle',
		blocks: 'div.expandable-block',
		cssactiveblock: 'active-block',
		cssactivetoggle: 'active-toggle',
		morph: {
			duration : 500,
			transition : 'quad:in:out'
		}
	});
}]);
