/***********************************************************************************
  (c) Ger Versluis 2000 version 5.41 24 December 2001
  For info write to menus@burmees.nl
  You may remove all comments for faster loading
  /var/www/websites/mfm-intranet/htdocs/test/hvmenu/intranet_menu_var.js
  Daniel Mocsny Friday, July 5, 2002: I adapted this menu definition from the
    exmplmenu_var.js file that comes with HV Menu 5.41. I preserved the many
    spelling errors in the original.
***********************************************************************************/
  var LowBgColor='#FBF8F1';       // Background color when mouse is not over
  var LowSubBgColor='#95CEEB';    // Background color when mouse is not over on subs
  var HighBgColor='#EAEBB7';      // Background color when mouse is over
  var HighSubBgColor='#EAEBB7';   // Background color when mouse is over on subs
  var FontLowColor='black';       // Font color when mouse is not over
  var FontSubLowColor='black';    // Font color subs when mouse is not over
  var FontHighColor='black';      // Font color when mouse is over
  var FontSubHighColor='black';   // Font color subs when mouse is over
  var BorderColor='#FBF8F1';      // Border color
  var BorderSubColor='#FBF8F1';   // Border color for subs
  var BorderWidth=1;              // Border width
  var BorderBtwnElmnts=1;         // Border between elements 1 or 0
  var FontFamily="arial,comic sans ms,technical"  // Font family menu items
  var FontSize=9;                 // Font size menu items
  var FontBold=0;                 // Bold menu items 1 or 0
  var FontItalic=0;               // Italic menu items 1 or 0
  var MenuTextCentered='left';    // Item text position 'left', 'center' or 'right'
  var MenuCentered='left';        // Menu horizontal position 'left', 'center' or 'right'
  var MenuVerticalCentered='top'; // Menu vertical position 'top', 'middle','bottom' or static
  var ChildOverlap=.2;            // horizontal overlap child/ parent
  var ChildVerticalOverlap=.2;    // vertical overlap child/ parent
  var StartTop=110;               // Menu offset x coordinate
  var StartLeft=20;               // Menu offset y coordinate
  var VerCorrect=0;               // Multiple frames y correction
  var HorCorrect=0;               // Multiple frames x correction
  var LeftPaddng=3;               // Left padding
  var TopPaddng=2;                // Top padding
  var FirstLineHorizontal=0;      // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
  var MenuFramesVertical=1;       // Frames in cols or rows 1 or 0
  var DissapearDelay=1000;        // delay before menu folds in
  var TakeOverBgColor=1;          // Menu frame takes over background color subitem frame
  var FirstLineFrame='navig';     // Frame where first level appears
  var SecLineFrame='space';       // Frame where sub levels appear
  var DocTargetFrame='space';     // Frame where target documents appear
  var TargetLoc='';               // span id for relative positioning
  var HideTop=0;                  // Hide first level when loading new document 1 or 0
  var MenuWrap=1;                 // enables/ disables menu wrap 1 or 0
  var RightToLeft=0;              // enables/ disables right to left unfold 1 or 0
  var UnfoldsOnClick=0;           // Level 1 unfolds onclick/ onmouseover
  var WebMasterCheck=0;           // menu tree checking on or off 1 or 0
  var ShowArrow=1;                // Uses arrow gifs when 1
  var KeepHilite=1;               // Keep selected path highligthed
  var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10]; // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//  MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
  var NoOffFirstLineMenus=12;      // Number of first level items
Menu1 = new Array("Getting Started",            "","", 3, 18, 200);
Menu2 = new Array("Quick Start",                "","", 1, 18, 200);
Menu3 = new Array("Starting the Flyer Program", "","", 2, 18, 200);
Menu4 = new Array("Printing Wizard",            "","", 4, 18, 200);
Menu5 = new Array("Listings Editor",            "","", 2, 18, 200);
Menu6 = new Array("Template Designer",          "","", 10, 18, 200);
Menu7 = new Array("Delete Listings",            "","", 2, 18, 200);
Menu8 = new Array("Agent Setup",                "","", 2, 18, 200);
Menu9 = new Array("Setting Program Options",    "","", 2, 18, 200);
Menu10 = new Array("Downloading MLS Data",       "","", 3, 18, 200);
Menu11 = new Array("Technical Support",          "","", 1, 18, 200);
      // The following chapter heading substitutes for:
      // Glossary of Terms
Menu12 = new Array("Glossary",                   "","", 2, 18, 200);


    // This is the submenu at level: 2 for the topic:
    // Getting Started
Menu1_1 = new Array("Overview",                       "overview.htm","", 2, 18, 200);
Menu1_2 = new Array("Installing the Flyer Program",   "installingtheflyerprogram.htm","", 1, 18, 200);
Menu1_3 = new Array("Uninstalling the Flyer Program", "uninstallingtheflyerprogram.htm","", 0, 18, 200);


    // This is the submenu at level: 3 for the topic:
    // Overview
Menu1_1_1 = new Array("Typographic Conventions", "typographicconventions.htm","", 0, 18, 150);
Menu1_1_2 = new Array("On-Line Help",            "on.linehelp.htm","", 0, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Installing the Flyer Program
Menu1_2_1 = new Array("Installing Sample Listings File", "installingsamplelistingsfile.htm","", 0, 18, 200);


    // This is the submenu at level: 2 for the topic:
    // Quick Start
Menu2_1 = new Array("Quick Start Overview", "quickstartoverview.htm","", 1, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Quick Start Overview
Menu2_1_1 = new Array("Quick Start: Instructions", "quickstart.instructions.htm","", 0, 18, 150);


    // This is the submenu at level: 2 for the topic:
    // Starting the Flyer Program
Menu3_1 = new Array("Starting PC Access",             "startingpcaccess.htm","", 3, 18, 200);
Menu3_2 = new Array("Flyer Program Main Menu Window", "flyerprogrammainmenuwindow.htm","", 7, 18, 200);


    // This is the submenu at level: 3 for the topic:
    // Starting PC Access
Menu3_1_1 = new Array("PC Access Main Menu Window",        "pcaccessmainmenuwindow.htm","", 0, 18, 225);
Menu3_1_2 = new Array("PC Access Accessories Menu Window", "pcaccessaccessoriesmenuwindow.htm","", 0, 18, 225);
Menu3_1_3 = new Array("Downloads to be Imported… Window",  "downloadstobeimported.window.htm","", 0, 18, 225);


    // This is the submenu at level: 3 for the topic:
    // Flyer Program Main Menu Window
Menu3_2_1 = new Array("Printing Wizard Button",   "printingwizardbutton.htm","", 0, 18, 175);
Menu3_2_2 = new Array("Listings Editor Button",   "listingseditorbutton.htm","", 0, 18, 175);
Menu3_2_3 = new Array("Template Designer Button", "templatedesignerbutton.htm","", 0, 18, 175);
Menu3_2_4 = new Array("Delete Listings Button",   "deletelistingsbutton.htm","", 0, 18, 175);
Menu3_2_5 = new Array("Agent Setup Button",       "agentsetupbutton.htm","", 0, 18, 175);
Menu3_2_6 = new Array("Options Button",           "optionsbutton.htm","", 0, 18, 175);
Menu3_2_7 = new Array("Main Menu Exit Button",    "mainmenuexitbutton.htm","", 0, 18, 175);


    // This is the submenu at level: 2 for the topic:
    // Printing Wizard
Menu4_1 = new Array("Printing Wizard Overview",            "printingwizardoverview.htm","", 0, 18, 225);
Menu4_2 = new Array("Printing Wizard | Step One Window",   "printingwizard.steponewindow.htm","", 10, 18, 225);
Menu4_3 = new Array("Printing Wizard | Step Two Window",   "printingwizard.steptwowindow.htm","", 4, 18, 225);
Menu4_4 = new Array("Printing Wizard | Step Three Window", "printingwizard.stepthreewindow.htm","", 11, 18, 225);


    // This is the submenu at level: 3 for the topic:
    // Printing Wizard | Step One Window
Menu4_2_1 = new Array("Selected? Column",            "selected.column1.htm","", 0, 18, 200);
Menu4_2_2 = new Array("MLS # Column",                "mls.column1.htm","", 0, 18, 200);
Menu4_2_3 = new Array("Street Address Column",       "streetaddresscolumn1.htm","", 0, 18, 200);
Menu4_2_4 = new Array("Date Downloaded Column",      "datedownloadedcolumn1.htm","", 0, 18, 200);
Menu4_2_5 = new Array("Already Printed? Column",     "alreadyprinted.column1.htm","", 0, 18, 200);
Menu4_2_6 = new Array("Select All Button",           "selectallbutton.htm","", 0, 18, 200);
Menu4_2_7 = new Array("Deselect All Button",         "deselectallbutton.htm","", 0, 18, 200);
Menu4_2_8 = new Array("Filter Options Group",        "filteroptionsgroup.htm","", 0, 18, 200);
Menu4_2_9 = new Array("Return to Main Menu Buttons", "returntomainmenubuttons.htm","", 0, 18, 200);
Menu4_2_10 = new Array("Templates Button",            "templatesbutton1.htm","", 0, 18, 200);


    // This is the submenu at level: 3 for the topic:
    // Printing Wizard | Step Two Window
Menu4_3_1 = new Array("Selecting a Template", "selectingatemplate.htm","", 0, 18, 150);
Menu4_3_2 = new Array("Listings Button",      "listingsbutton.htm","", 0, 18, 150);
Menu4_3_3 = new Array("Preview Button",       "previewbutton.htm","", 0, 18, 150);
Menu4_3_4 = new Array("Main Menu Button",     "mainmenubutton1.htm","", 0, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Printing Wizard | Step Three Window
Menu4_4_1 = new Array("Flyer Preview Area",                    "flyerpreviewarea.htm","", 0, 18, 225);
Menu4_4_2 = new Array("Zoomed Preview of Flyer Window",        "zoomedpreviewofflyerwindow.htm","", 0, 18, 225);
Menu4_4_3 = new Array("Editing Data in the Preview Mode",      "editingdatainthepreviewmode.htm","", 0, 18, 225);
Menu4_4_4 = new Array("Listings Field Editor Window",          "listingsfieldeditorwindow.htm","", 0, 18, 225);
Menu4_4_5 = new Array("Managing a Group of Flyers",            "managingagroupofflyers.htm","", 0, 18, 225);
Menu4_4_6 = new Array("Zoom this Flyer Preview Button",        "zoomthisflyerpreviewbutton.htm","", 0, 18, 225);
Menu4_4_7 = new Array("Change the Printer Setup Button",       "changetheprintersetupbutton.htm","", 0, 18, 225);
Menu4_4_8 = new Array("Print a Copy of this Flyer Now Button", "printacopyofthisflyernowbutton.htm","", 0, 18, 225);
Menu4_4_9 = new Array("Templates Button",                      "templatesbutton2.htm","", 0, 18, 225);
Menu4_4_10 = new Array("Print All Button",                      "printallbutton.htm","", 0, 18, 225);
Menu4_4_11 = new Array("Main Menu Button",                      "mainmenubutton2.htm","", 0, 18, 225);


    // This is the submenu at level: 2 for the topic:
    // Listings Editor
Menu5_1 = new Array("Listings Editor Overview", "listingseditoroverview.htm","", 0, 18, 150);
Menu5_2 = new Array("Listings Editor Window",   "listingseditorwindow.htm","", 15, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Listings Editor Window
Menu5_2_1 = new Array("Main Info Tab",               "maininfotab.htm","", 0, 18, 175);
Menu5_2_2 = new Array("Additional Info 1 Tab",       "additionalinfo1tab.htm","", 0, 18, 175);
Menu5_2_3 = new Array("Additional Info 2 Tab",       "additionalinfo2tab.htm","", 0, 18, 175);
Menu5_2_4 = new Array("Rooms Tab",                   "roomstab.htm","", 0, 18, 175);
Menu5_2_5 = new Array("Features 1 Tab",              "features1tab.htm","", 0, 18, 175);
Menu5_2_6 = new Array("Features 2 Tab",              "features2tab.htm","", 0, 18, 175);
Menu5_2_7 = new Array("Photo/Remarks Tab",           "photo.remarkstab.htm","", 0, 18, 175);
Menu5_2_8 = new Array("Property Browser Tab",        "propertybrowsertab.htm","", 0, 18, 175);
Menu5_2_9 = new Array("New Button",                  "newbutton.htm","", 0, 18, 175);
Menu5_2_10 = new Array("Edit Button",                 "editbutton.htm","", 0, 18, 175);
Menu5_2_11 = new Array("Delete Button",               "deletebutton1.htm","", 0, 18, 175);
Menu5_2_12 = new Array("Navigating Through Listings", "navigatingthroughlistings.htm","", 0, 18, 175);
Menu5_2_13 = new Array("Search Button",               "searchbutton.htm","", 0, 18, 175);
Menu5_2_14 = new Array("Replace Button",              "replacebutton.htm","", 0, 18, 175);
Menu5_2_15 = new Array("Main Menu Button",            "mainmenubutton3.htm","", 0, 18, 175);


    // This is the submenu at level: 2 for the topic:
    // Template Designer
Menu6_1 = new Array("Template Designer Overview",              "templatedesigneroverview.htm","", 1, 18, 250);
Menu6_2 = new Array("Template Gallery Window | Gallery Tab",   "templategallerywindow.gallerytab.htm","", 1, 18, 250);
Menu6_3 = new Array("Template Gallery Window | Browse Tab",    "templategallerywindow.browsetab.htm","", 0, 18, 250);
Menu6_4 = new Array("Creating a New Flyer Template",           "creatinganewflyertemplate.htm","", 0, 18, 250);
Menu6_5 = new Array("Modifying a Flyer Template",              "modifyingaflyertemplate.htm","", 0, 18, 250);
Menu6_6 = new Array("Template Designer Window",                "templatedesignerwindow.htm","", 0, 18, 250);
Menu6_7 = new Array("Template Designer Window Menu Bar",       "templatedesignerwindowmenubar.htm","", 5, 18, 250);
Menu6_8 = new Array("Template Designer Window Buttons",        "templatedesignerwindowbuttons.htm","", 22, 18, 250);
Menu6_9 = new Array("Template Designer Macros",                "templatedesignermacros.htm","", 3, 18, 250);
Menu6_10 = new Array("Template Designer Tips &amp; Techniques", "templatedesignertips.techniques.htm","", 8, 18, 250);


    // This is the submenu at level: 3 for the topic:
    // Template Designer Overview
Menu6_1_1 = new Array("System Templates versus User Templates", "systemtemplatesversususertemplates.htm","", 0, 18, 250);


    // This is the submenu at level: 3 for the topic:
    // Template Gallery Window | Gallery Tab
Menu6_2_1 = new Array("Template Properties", "templateproperties.htm","", 0, 18, 125);


    // This is the submenu at level: 3 for the topic:
    // Template Designer Window Menu Bar
Menu6_7_1 = new Array("File Menu",  "filemenu.htm","", 0, 18, 100);
Menu6_7_2 = new Array("Edit Menu",  "editmenu.htm","", 0, 18, 100);
Menu6_7_3 = new Array("Pages Menu", "pagesmenu.htm","", 0, 18, 100);
Menu6_7_4 = new Array("View Menu",  "viewmenu.htm","", 0, 18, 100);
Menu6_7_5 = new Array("Help Menu",  "helpmenu.htm","", 0, 18, 100);


    // This is the submenu at level: 3 for the topic:
    // Template Designer Window Buttons
Menu6_8_1 = new Array("Save Button",                       "savebutton1.htm","", 0, 18, 225);
Menu6_8_2 = new Array("Exit Template Designer Button",     "exittemplatedesignerbutton.htm","", 0, 18, 225);
Menu6_8_3 = new Array("Link to Data Button",               "linktodatabutton.htm","", 0, 18, 225);
Menu6_8_4 = new Array("Drag &amp; Drop Data Items Window", "drag.dropdataitemswindow.htm","", 0, 18, 225);
Menu6_8_5 = new Array("Properties of Text Window",         "propertiesoftextwindow.htm","", 0, 18, 225);
Menu6_8_6 = new Array("Properties of Text List Window",    "propertiesoftextlistwindow.htm","", 0, 18, 225);
Menu6_8_7 = new Array("Properties of Image Window",        "propertiesofimagewindow.htm","", 0, 18, 225);
Menu6_8_8 = new Array("Edit/Enter Text Window",            "edit.entertextwindow.htm","", 0, 18, 225);
Menu6_8_9 = new Array("Print Button",                      "printbutton.htm","", 0, 18, 225);
Menu6_8_10 = new Array("Cut Button",                        "cutbutton.htm","", 0, 18, 225);
Menu6_8_11 = new Array("Copy Button",                       "copybutton.htm","", 0, 18, 225);
Menu6_8_12 = new Array("Paste Button",                      "pastebutton.htm","", 0, 18, 225);
Menu6_8_13 = new Array("Delete Button",                     "deletebutton2.htm","", 0, 18, 225);
Menu6_8_14 = new Array("Resize Button",                     "resizebutton.htm","", 0, 18, 225);
Menu6_8_15 = new Array("VCR-style Buttons",                 "vcr.stylebuttons.htm","", 0, 18, 225);
Menu6_8_16 = new Array("Select Tool",                       "selecttool.htm","", 0, 18, 225);
Menu6_8_17 = new Array("Text Box Tool",                     "textboxtool.htm","", 0, 18, 225);
Menu6_8_18 = new Array("Text List Box Tool",                "textlistboxtool.htm","", 0, 18, 225);
Menu6_8_19 = new Array("Add a Graphic Tool",                "addagraphictool.htm","", 0, 18, 225);
Menu6_8_20 = new Array("Line/Rectangle Tool",               "line.rectangletool.htm","", 0, 18, 225);
Menu6_8_21 = new Array("Save Button",                       "savebutton2.htm","", 0, 18, 225);
Menu6_8_22 = new Array("Properties of Object Window",       "propertiesofobjectwindow.htm","", 0, 18, 225);


    // This is the submenu at level: 3 for the topic:
    // Template Designer Macros
Menu6_9_1 = new Array("Immediate If Macro",  "immediateifmacro.htm","", 0, 18, 150);
Menu6_9_2 = new Array("Feature List Macro",  "featurelistmacro.htm","", 0, 18, 150);
Menu6_9_3 = new Array("Feature Items Macro", "featureitemsmacro.htm","", 0, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Template Designer Tips &amp; Techniques
Menu6_10_1 = new Array("Blank Lines in Printouts",        "blanklinesinprintouts.htm","", 0, 18, 200);
Menu6_10_2 = new Array("Alignment Problems",              "alignmentproblems.htm","", 0, 18, 200);
Menu6_10_3 = new Array("Using @NULLVALUE",                "using.nullvalue.htm","", 0, 18, 200);
Menu6_10_4 = new Array("Column Aligning Text",            "columnaligningtext.htm","", 0, 18, 200);
Menu6_10_5 = new Array("Both Left &amp; Right Alignment", "bothleft.rightalignment.htm","", 0, 18, 200);
Menu6_10_6 = new Array("Bolding Labels",                  "boldinglabels.htm","", 0, 18, 200);
Menu6_10_7 = new Array("Dealing with Blank Fields",       "dealingwithblankfields.htm","", 0, 18, 200);
Menu6_10_8 = new Array("Fields without Delimiters",       "fieldswithoutdelimiters.htm","", 0, 18, 200);


    // This is the submenu at level: 2 for the topic:
    // Delete Listings
Menu7_1 = new Array("Delete Listings Overview", "deletelistingsoverview.htm","", 0, 18, 150);
Menu7_2 = new Array("Delete Listings Window",   "deletelistingswindow.htm","", 12, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Delete Listings Window
Menu7_2_1 = new Array("Selected? Column",                                      "selected.column2.htm","", 0, 18, 325);
Menu7_2_2 = new Array("MLS # Column",                                          "mls.column2.htm","", 0, 18, 325);
Menu7_2_3 = new Array("Street Address Column",                                 "streetaddresscolumn2.htm","", 0, 18, 325);
Menu7_2_4 = new Array("Date Downloaded Column",                                "datedownloadedcolumn2.htm","", 0, 18, 325);
Menu7_2_5 = new Array("Already Printed? Column",                               "alreadyprinted.column2.htm","", 0, 18, 325);
Menu7_2_6 = new Array("Select All Listings Button",                            "selectalllistingsbutton.htm","", 0, 18, 325);
Menu7_2_7 = new Array("Deselect All Listings Button",                          "deselectalllistingsbutton.htm","", 0, 18, 325);
Menu7_2_8 = new Array("Select Listings That Have Already Been Printed Button", "selectlistingsthathavealreadybeenprintedbutton.htm","", 0, 18, 325);
Menu7_2_9 = new Array("Select Listings That Were Downloaded Prior To… Button", "selectlistingsthatweredownloadedpriorto.button.htm","", 0, 18, 325);
Menu7_2_10 = new Array("Previous Button",                                       "previousbutton.htm","", 0, 18, 325);
Menu7_2_11 = new Array("Delete Button",                                         "deletebutton3.htm","", 0, 18, 325);
Menu7_2_12 = new Array("Main Menu Button",                                      "mainmenubutton4.htm","", 0, 18, 325);


    // This is the submenu at level: 2 for the topic:
    // Agent Setup
Menu8_1 = new Array("Agent Setup Overview", "agentsetupoverview.htm","", 0, 18, 150);
Menu8_2 = new Array("Agent Setup Window",   "agentsetupwindow.htm","", 9, 18, 150);


    // This is the submenu at level: 3 for the topic:
    // Agent Setup Window
Menu8_2_1 = new Array("Adding Text to Your Agent Setup",          "addingtexttoyouragentsetup.htm","", 0, 18, 250);
Menu8_2_2 = new Array("Adding Graphics to Your Agent Setup",      "addinggraphicstoyouragentsetup.htm","", 0, 18, 250);
Menu8_2_3 = new Array("Configure Agent Setup Fields Button",      "configureagentsetupfieldsbutton.htm","", 0, 18, 250);
Menu8_2_4 = new Array("Configure Agent Setup Data Fields Window", "configureagentsetupdatafieldswindow.htm","", 0, 18, 250);
Menu8_2_5 = new Array("Name of Field and Data Type Columns",      "nameoffieldanddatatypecolumns.htm","", 0, 18, 250);
Menu8_2_6 = new Array("OK Button",                                "okbutton.htm","", 0, 18, 250);
Menu8_2_7 = new Array("Add Field Button",                         "addfieldbutton.htm","", 0, 18, 250);
Menu8_2_8 = new Array("Delete Field Button",                      "deletefieldbutton.htm","", 0, 18, 250);
Menu8_2_9 = new Array("Reorder button",                           "reorderbutton.htm","", 0, 18, 250);


    // This is the submenu at level: 2 for the topic:
    // Setting Program Options
Menu9_1 = new Array("Program Options Overview", "programoptionsoverview.htm","", 0, 18, 175);
Menu9_2 = new Array("Program Options Window",   "programoptionswindow.htm","", 6, 18, 175);


    // This is the submenu at level: 3 for the topic:
    // Program Options Window
Menu9_2_1 = new Array("Printing Options group",               "printingoptionsgroup.htm","", 0, 18, 225);
Menu9_2_2 = new Array("Display Options group",                "displayoptionsgroup.htm","", 0, 18, 225);
Menu9_2_3 = new Array("Downloaded File Disposal group",       "downloadedfiledisposalgroup.htm","", 0, 18, 225);
Menu9_2_4 = new Array("Error Log Window group",               "errorlogwindowgroup.htm","", 0, 18, 225);
Menu9_2_5 = new Array("Configure Agent Setup Fields… button", "configureagentsetupfields.button.htm","", 0, 18, 225);
Menu9_2_6 = new Array("About button",                         "aboutbutton.htm","", 0, 18, 225);


    // This is the submenu at level: 2 for the topic:
    // Downloading MLS Data
Menu10_1 = new Array("Downloading MLS Data: Overview",          "downloadingmlsdata.overview.htm","", 0, 18, 250);
Menu10_2 = new Array("Sample VISTAinfo Maestro Online Session", "samplevistainfomaestroonlinesession.htm","", 8, 18, 250);
Menu10_3 = new Array("Sample VISTAinfo Compass Online Session", "samplevistainfocompassonlinesession.htm","", 6, 18, 250);


    // This is the submenu at level: 3 for the topic:
    // Sample VISTAinfo Maestro Online Session
Menu10_2_1 = new Array("Call MLS Button",             "callmlsbutton.htm","", 0, 18, 200);
Menu10_2_2 = new Array("Maestro Terminal Window",     "maestroterminalwindow.htm","", 0, 18, 200);
Menu10_2_3 = new Array("Choose a Category",           "chooseacategory.htm","", 0, 18, 200);
Menu10_2_4 = new Array("Enter Search Criteria",       "entersearchcriteria.htm","", 0, 18, 200);
Menu10_2_5 = new Array("Choose Matches Type",         "choosematchestype.htm","", 0, 18, 200);
Menu10_2_6 = new Array("Download Tagged Listings",    "downloadtaggedlistings.htm","", 0, 18, 200);
Menu10_2_7 = new Array("Receive File",                "receivefile.htm","", 0, 18, 200);
Menu10_2_8 = new Array("Launch Flyer Program Prompt", "launchflyerprogramprompt.htm","", 0, 18, 200);


    // This is the submenu at level: 3 for the topic:
    // Sample VISTAinfo Compass Online Session
Menu10_3_1 = new Array("Call MLS Button: Compass System",             "callmlsbutton.compasssystem.htm","", 0, 18, 275);
Menu10_3_2 = new Array("Compass Terminal Window",                     "compassterminalwindow.htm","", 0, 18, 275);
Menu10_3_3 = new Array("Enter Search Criteria: Compass System",       "entersearchcriteria.compasssystem.htm","", 0, 18, 275);
Menu10_3_4 = new Array("Choose Matches: Compass System",              "choosematches.compasssystem.htm","", 0, 18, 275);
Menu10_3_5 = new Array("Download Tagged Listings: Compass System",    "downloadtaggedlistings.compasssystem.htm","", 0, 18, 275);
Menu10_3_6 = new Array("Launch Flyer Program Prompt: Compass System", "launchflyerprogramprompt.compasssystem.htm","", 0, 18, 275);


    // This is the submenu at level: 2 for the topic:
    // Technical Support
Menu11_1 = new Array("Technical Support Overview", "technicalsupportoverview.htm","", 2, 18, 175);


    // This is the submenu at level: 3 for the topic:
    // Technical Support Overview
Menu11_1_1 = new Array("MFM on the World Wide Web", "mfmontheworldwideweb.htm","", 0, 18, 175);
Menu11_1_2 = new Array("Calling for Support",       "callingforsupport.htm","", 0, 18, 175);


    // This is the submenu at level: 2 for the topic:
    // Glossary of Terms
    // which appears on the menu in the short form:
    // Glossary
    // Because this menu originally contained too many items,
    // E:\MFM\BATCH\save_flyer16_html_bpp.pl has subdivided it.
Menu12_1 = new Array("A-T", "","", 25, 18, 50);
Menu12_2 = new Array("U-W", "","", 5, 18, 50);


    // This is the submenu at level: 3 for the topic:
    // A-T
Menu12_1_1 = new Array("ACCESSory",                        "glossaccessory.htm","", 0, 18, 225);
Menu12_1_2 = new Array("Agent Setup",                      "glossagentsetup.htm","", 0, 18, 225);
Menu12_1_3 = new Array("Agent Subdirectory",               "glossagentsubdirectory.htm","", 0, 18, 225);
Menu12_1_4 = new Array("Browser",                          "glossbrowser.htm","", 0, 18, 225);
Menu12_1_5 = new Array("Check Box",                        "glosscheckbox.htm","", 0, 18, 225);
Menu12_1_6 = new Array("Click",                            "glossclick.htm","", 0, 18, 225);
Menu12_1_7 = new Array("Control Panel",                    "glosscontrolpanel.htm","", 0, 18, 225);
Menu12_1_8 = new Array("Default",                          "glossdefault.htm","", 0, 18, 225);
Menu12_1_9 = new Array("Destination Directory",            "glossdestinationdirectory.htm","", 0, 18, 225);
Menu12_1_10 = new Array("Double-click",                     "glossdouble.click.htm","", 0, 18, 225);
Menu12_1_11 = new Array("Downloaded Listings",              "glossdownloadedlistings.htm","", 0, 18, 225);
Menu12_1_12 = new Array("Drag",                             "glossdrag.htm","", 0, 18, 225);
Menu12_1_13 = new Array("Drop-down List",                   "glossdrop.downlist.htm","", 0, 18, 225);
Menu12_1_14 = new Array("E-mail",                           "glosse.mail.htm","", 0, 18, 225);
Menu12_1_15 = new Array("File Manager",                     "glossfilemanager.htm","", 0, 18, 225);
Menu12_1_16 = new Array("HyperText Markup Language (HTML)", "glosshypertextmarkuplanguage.html..htm","", 0, 18, 225);
Menu12_1_17 = new Array("Hypertext",                        "glosshypertext.htm","", 0, 18, 225);
Menu12_1_18 = new Array("Internet",                         "glossinternet.htm","", 0, 18, 225);
Menu12_1_19 = new Array("MLS",                              "glossmls.htm","", 0, 18, 225);
Menu12_1_20 = new Array("MSD",                              "glossmsd.htm","", 0, 18, 225);
Menu12_1_21 = new Array("Program Manager",                  "glossprogrammanager.htm","", 0, 18, 225);
Menu12_1_22 = new Array("Radio Button",                     "glossradiobutton.htm","", 0, 18, 225);
Menu12_1_23 = new Array("Right-click",                      "glossright.click.htm","", 0, 18, 225);
Menu12_1_24 = new Array("System Templates",                 "glosssystemtemplates.htm","", 0, 18, 225);
Menu12_1_25 = new Array("Toggle",                           "glosstoggle.htm","", 0, 18, 225);


    // This is the submenu at level: 3 for the topic:
    // U-W
Menu12_2_1 = new Array("UnInstallShield Wizard", "glossuninstallshieldwizard.htm","", 0, 18, 150);
Menu12_2_2 = new Array("User Templates",         "glossusertemplates.htm","", 0, 18, 150);
Menu12_2_3 = new Array("Windows Clipboard",      "glosswindowsclipboard.htm","", 0, 18, 150);
Menu12_2_4 = new Array("Windows Help",           "glosswindowshelp.htm","", 0, 18, 150);
Menu12_2_5 = new Array("World Wide Web",         "glossworldwideweb.htm","", 0, 18, 150);
