		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();
 
		// Slide Animation Add On
		a.slide_animation_frames = 15;
		a.slide_drop_subs = true;
 
		// Hover Fill Item Effect Add On
		a.hoverfill_apply_to = "all";
		a.hoverfill_main_type = "fade";
		a.hoverfill_main_direction = "up";
		a.hoverfill_main_step_size = 1;
		a.hoverfill_main_fade_in = true;
		a.hoverfill_sub_type = "fade";
		a.hoverfill_sub_direction = "up";
		a.hoverfill_sub_step_size = 1;
		a.hoverfill_sub_fade_in = true;
 
		// Persistent States With Auto Open Subs Option Add On
		a.sopen_auto_enabled = true;
