var oOptions=
	{	
		/*all options are optional*/
		/* [ bool ] if dependent is false, then each menu open/close independently*/
		dependent:false,
		
		/* [function] callback when a menu is opened*/
		onOpen:onMyMenuOpen,
		
		/* [function] ccallback when a menu is closed*/
		onClose:onMyMenuClose,
		
		/* [array] cdefault ids of opened menues' <dt>*/
		openedIds:['current-drop'],
		
		/* [number ] seconds for animations*/
		seconds:0.2,
		
		/*[ bool ] set true if the animation is to be played slower and slower and vise versa*/
		easeOut:false,
		
		/*[ bool ] set true if the animation is to be played*/
		animation:false
	}
	var setting = new AccordionMenu.setting('current-sec',oOptions);
