var menu1 = new YAHOO.widget.AccordionView('side_menu', {
	collapsible: true, 
	width: '325px', 
	expandItem: 0, 
	animationSpeed: '0.3', 
	animate: false, 
	effect: YAHOO.util.Easing.easeBothStrong, 
	expandable: true
});

var menu2 = new YAHOO.widget.AccordionView('additional_info', {
	collapsible: true, 
	width: '325px', 
	expandItem: 0, 
	animationSpeed: '0.3', 
	animate: false, 
	effect: YAHOO.util.Easing.easeBothStrong, 
	expandable: true
});

var menu3 = new YAHOO.widget.AccordionView('statuses', {
	collapsible: true, 
	width: '325px', 
	expandItem: 0, 
	animationSpeed: '0.3', 
	animate: false, 
	effect: YAHOO.util.Easing.easeBothStrong, 
	expandable: true
});


var flashDining = new YAHOO.widget.AccordionView('flash-dining', {
	collapsible: true, 
	width: '974px', 
	animationSpeed: '0.3', 
	animate: true, 
	effect: YAHOO.util.Easing.easeBothStrong, 
	expandable: true
});