	jQuery().ready(function(){
		// simple Accordion
		jQuery('#list1').Accordion({
		active: true,
		alwaysOpen: false,
		navigation: false
		})		
	});