$(function(){
	$('#menuList').Accordion({
		header: '.menu',
		footer: '.footer',
		active: false,
		animated: true
	});
	if (typeof(activate_index)=='number')
	{
		$('#menuList').activate(activate_index);
	}
});

