	jQuery().ready(function(){
		// first simple accordion with special markup
		jQuery('#downloads').accordion({
			alwaysOpen: false,
			active: true,
			header: '.head',
			navigation: true,
			fillSpace: false,
			animated: 'easeslide',
			autoheight: false
		});
	});
