var qmad = new Object();
qmad.bvis="";
qmad.bhide="";
qmad.bhover="";

/*Menu 0 Settings*/
var a = qmad.qm0 = new Object();

/* ----Tree Menu Add-On Settings---- */
a.tree_hide_focus_box = true;
a.tree_auto_collapse = true;			

a.tree_expand_step_size = 8;			// hitrost
a.tree_collapse_step_size = 15;
a.tree_expand_animation = 2;		//0=none, 1=acceleration, 2=deceleration, 3=normal
a.tree_collapse_animation = 3;		//0=none, 1=acceleration, 2=deceleration, 3=normal

a.tree_width = 226;
a.tree_sub_sub_indent = 13; 

/* ----Item Bullets Add-On Settings---- */
a.ibullets_apply_to = "parent"  //parent, non-parent, all
