
var a = qmad.qm0 = new Object();

// Drop Shadow Add On
a.shadow_offset = 1;
a.shadow_color = "#C3C3C3";
a.shadow_opacity = 0.6;

// Keep Subs In window Add On
a.subs_in_window_active = true;

// IE Over Select Fix Add On
a.overselects_active = true;