// 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,"Z-80 Software","label",
   0,"Legacy Z-80 Home","z80/index.htm",
   0,"QP/M","z80/qpm.htm",
   0,"LinkZ","z80/linkz.htm",
   0,"DebugZ","z80/debugz.htm",
   0,"Winchester","z80/winconn.htm",
   0,"Z-80 Public Domain","z80/z80pd.htm",
   0,"Z-80 Debate","z80/z80debate.htm",
  0,"Z-80 ROMs","label",
   0,"KayPLUS ROMset","z80/kayplus.htm",
   0,"Plus2 ROMset","z80/plus2.htm",
   0,"SmartROM set","z80/smartrom.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,"Other Links","label",
   0,"MICROCode Home","index.htm",
   0,"Windows","menu;win/index.htm",
    1,"Windows Software","label",
    1,"Task Master","win/taskmstr.htm",
    1,"MIDI Jukebox","win/jukebox.htm",
    1,"Windows Versions","win/versions.htm",
   0,"Software Guarantee","guarante.htm",
   0,"Issues Database","https://microcode.powweb.com/secure/index.php",
   0,"About MICROCode","about.htm"
);

