//(c) Ger Versluis 2000 version 1.0, 1 november 2000

        var NoOffFirstLineMenus=6;           // set number of main menu items
        var ImgPth="Jclass/";                // applied to images
        var LowBgColor='black';
        var HighBgColor='#515169';
        var FontLowColor='white';
        var FontHighColor='white';
        var BorderColor='white';
        var BorderWidth=1;
        var BorderBtwnElmnts=1;
        var FontFamily="comic sans ms,technical,arial"
        var FontSize=9;
        var FontBold=1;
        var FontItalic=0;
        var MenuTextCentered=0;
        var MenuCentered='left';
        var MenuVerticalCentered='top';
        var ChildOverlap=.1;
        var ChildVerticalOverlap=.4;
        var StartTop=0; //set vertical offset
        var StartLeft=0; //set horizontal offset
        var VerCorrect=0;
        var HorCorrect=0;
        var LeftPaddng=3;
        var TopPaddng=2;
        var FirstLineHorizontal=0;   //set menu layout (1=horizontal, 0=vertical)
        var MenuFramesVertical=1;
        var DissapearDelay=500;
        var TakeOverBgColor=1;
        var FirstLineFrame='navig';
        var SecLineFrame='space';
        var DocTargetFrame='space';
        var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home",         "./index.htm",          3,20,150);
  Menu1_1=new Array("Main",     "./index.htm",          0,20,150);
  Menu1_2=new Array("Contacts", "contact.htm",          0,20,150);
  Menu1_3=new Array("Email",    "mailto:Ben.Chernys@softwaretoolhouse.com", 0,20,150);

Menu2=new Array("Services",     "services/index.htm",   2);
  Menu2_1=new Array("Remedy Services",       "services/mnuars.htm",  0,20,150);
//Menu2_1=new Array("Remedy Services","services/mnuars.htm",2,20,150);
//  Menu2_1_1=new Array("Remedy ARS Services","services/mnuars.htm",0,20,150);
//  Menu2_1_2=new Array("Remedy API Services","services/ArsApiIntro.htm",0,20,150);
  Menu2_2=new Array("Development Services",  "services/mnudev.htm",  0,20,150);

Menu3=new Array("Products","products/index.htm",3);
  Menu3_1=new Array("Diary Editor", "downloads/DiaryFieldEditor.htm", 0,20,150);
  Menu3_2=new Array("Meta-Update",  "products/SthMupd/index.htm",0);
  Menu3_3=new Array("Meta-Layer",   "products/MetaLayer/index.htm",0);

Menu4=new Array("Free Downloads",   "downloads/index.htm",            0);
Menu5=new Array("Contacts",         "contact.htm",                    0,20,150);
Menu6=new Array("People",           "people/index.htm",               0,20,150);
