		var a = qmad.qm0 = new Object();

		// Tabs (CSS Based) Add On
		a.tabscss_type = "rounded";
		a.tabscss_size = 7;
		a.tabscss_apply_far_left = true;
		a.tabscss_apply_far_right = true;
		a.tabscss_apply_middles = true;
		a.tabscss_bg_color = "#C3B3F7";
		a.tabscss_border_color = "#98795A";

		// Drop Shadow Add On
		a.shadow_offset = 12;
		a.shadow_color = "#021095";
		a.shadow_opacity = 0.4;

		// IE Over Select Fix Add On
		a.overselects_active = true;
		