// MUST specify the following and MUST match styles
// note that rollover portion only works in IE4
// mmBG = "#ccffff"; mmBGover = "#ffffcc"; //"#00ffff";
mmBG = "#ffffff"; mmBGover = "#cccccc"; //"#00ffff";
mmBGsub = mmBG; mmBGsubover = mmBGover;
mmRolloverSubmenu = true;  // set to true if rollover gives submenu

// ARRAY is constructed as follows:
// format is level, Name, URL or "menu" or "label"; levels start from 0
// only 2 levels supported so far
// all items at level 0 are on MAIN MENU on page
// all items at level N are grouped with subsequent level N that
//     are at the same level and have only encountered other menu
//     items which are at level N or higher

// if menu_page matches menu label, then the menu item is not navigable

MMarray = new Array(
  0,"Windows Software","label",
   0,"Windows Home","index.htm",
   0,"Task Master","taskmstr.htm",
   0,"MIDI Jukebox","jukebox.htm",
   0,"Windows Versions","versions.htm",
  0,"Section","label",
   0,"Indoor Karting","../karting/index.htm",
   0,"TSD Rally Clock","../rally.htm",
   0,"Embedded Systems","../embedsys.htm",
   0,"Firmware Development","../firmware.htm",
  0,"Legacy","label",
   0,"Legacy Z-80 Software","menu;../z80/index.htm",
    1,"Legacy Z-80","label",
    1,"QP/M","../z80/qpm.htm",
    1,"LinkZ","../z80/linkz.htm",
    1,"DebugZ","../z80/debugz.htm",
    1,"Winchester","../z80/winconn.htm",
    1,"Z-80 Public Domain","../z80/z80pd.htm",
    1,"Z-80 Debate","../z80/z80debate.htm",
  0,"Legacy Z-80 ROMs","menu;../z80/index.htm",
    1,"Legacy Z-80 ROMs","label",
    1,"KayPLUS ROMset","../z80/kayplus.htm",
    1,"Plus2 ROMset","../z80/plus2.htm",
    1,"SmartROM set","../z80/smartrom.htm",
  0,"Other Links","label",
   0,"MICROCode Home","../index.htm",
   0,"Software Guarantee","../guarante.htm",
   0,"Issues Database","https://microcode.powweb.com/secure/index.php",
   0,"About MICROCode","../about.htm"
);

