		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();

		// Box Animation Add On
		a.box_animation_frames = 1;
		a.box_accelerator = 5;
		a.box_position = "center";

		// Sub Menu Fade Animation Add On
		a.fade_in_frames = 10;
		a.fade_out_frames = 20;

		// Rounded Corners Add On
		a.rcorner_size = 5;
		a.rcorner_border_color = "white";
		a.rcorner_bg_color = "#73AFEE";
		a.rcorner_apply_corners = new Array(false,true,true,true);


