/***********************************************

***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[3] = {
id:'kbmenu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'Donators-Menu',
menupos:'left',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Channels"], //create header
["Channel 1", "showthread.php?t=1179", ""],
["Channel 2", "http://WWW.xmeforums.com/forums/showthread.php?t=2292",""],
["Channel 3", "http://WWW.xmeforums.com/forums/showthread.php?t=10", ""],
["Channel 4", "http://WWW.xmeforums.com/forums/showthread.php?t=68", ""],
["Channel 5", "http://WWW.xmeforums.com/forums/showthread.php?t=959", ""],
["Channel 6", "http://WWW.xmeforums.com/forums/showthread.php?t=1550", ""],
["Channel 7", "http://WWW.xmeforums.com/forums/showthread.php?t=2378", ""],
["Channel 8", "http://WWW.xmeforums.com/forums/showthread.php?t=2524", ""],
["Channel 9", "http://WWW.xmeforums.com/forums/showthread.php?t=2552", ""],
["Channel 10", "http://WWW.xmeforums.com/forums/showthread.php?t=2553", ""],

["Misc", "", ""], //create header
["Request Event", "http://xmeforums.com/forums/forumdisplay.php?f=37", "_new"],
["Feedback", "http://xmeforums.com/forums/forumdisplay.php?f=15", "_new"],
["Help!", "http://xmeforums.com/forums/forumdisplay.php?f=14", ""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();