
$(document).ready(function() 
{
		
		$('#list1a').accordion({
				navigation: true, 
				header: '.head'
			});
		

});

