/*******  Menu 0 Add-On Settings *******/

var a = qmad.qm0 = new Object();

// Tree Menu Add On
a.tree_width = 150;
a.tree_sub_sub_indent = 12;
a.tree_hide_focus_box = true;
a.tree_auto_collapse = true;
a.tree_expand_animation = 2;
a.tree_expand_step_size = 8;
a.tree_collapse_animation = 3;
a.tree_collapse_step_size = 15;