jQuery().ready(function(){
		jQuery('#click_reveal').Accordion({
			active: '.selected',
			header: '.head',
			navigation: true,
			event: 'click',
			autoheight: true,
			alwaysOpen: true,
			animated: true
		});

	
		/*jQuery('#tabbed_drop_nav').Accordion({
			active: true,
			header: '.click_reveal_head',
			navigation: true,
			event: 'onclick',
			autoheight: false,
			animated: false
		});*/
		
	});
	