//mymbsettings - sets my base settings which i can change

navBarY = 0;
navBarX = 0;

navBarTrackX = false;
navBarTrackY = true;

navBarHeaderWidth  = 120;
navBarMenuWidth    = 150;
navBarBorderWidth  =   1;
navBarPaddingWidth =   2;

<!-- pastel color set from NAIHC -->
navBarBorderColor   = "#000000";
navBarHeaderBgColor = "#afcc8f";
navBarHeaderFgColor = "#000000";
navBarActiveBgColor = "#cc9966";
navBarActiveFgColor = "#ffffff";
navBarItemBgColor   = "#991100";
navBarItemFgColor   = "#ffcc99";
navBarHighBgColor   = "#aa2211";
navBarHighFgColor   = "#8fbc8f";

<!-- gold color set - not used now -->
//navBarBorderColor   = "#000000";
//navBarHeaderBgColor = "#cccc33";
//navBarHeaderFgColor = "#000000";
//navBarActiveBgColor = "#aaaa00";
//navBarActiveFgColor = "#ffffff";
//navBarItemBgColor   = "#707033";
//navBarItemFgColor   = "#000000";
//navBarHighBgColor   = "#999966";
//navBarHighFgColor   = "#ffffff";

<!-- blue color set - not used -->
// navBarBorderColor   = "#000000";
// navBarHeaderBgColor = "#6666cc";
// navBarHeaderFgColor = "#000000";
// navBarActiveBgColor = "#9966cc";
// navBarActiveFgColor = "#ffffff";
// navBarItemBgColor   = "#cc6666";
// navBarItemFgColor   = "#000000";
// navBarHighBgColor   = "#cc6699";
// navBarHighFgColor   = "#ffffff"; 

navBarHeaderFontFamily = "Verdana,Arial,Helvetica,sans-serif";
navBarHeaderFontStyle  = "plain";
navBarHeaderFontWeight = "bold";
navBarHeaderFontSize   = "8pt";
navBarItemFontFamily   = "Verdana,Arial,Helvetica,sans-serif";
navBarItemFontStyle    = "plain";
navBarItemFontWeight   = "bold";
navBarItemFontSize     = "8pt";

// Define navigation bar menus.

navBarMenus[0] = new Array(
  "Home", "index.htm", 
  "Driving Directions", "directions/index.htm");

navBarMenus[1] = new Array(
  "Our Services", "#",
  "Internet Training", "training.htm",
  "Web Development", "webfolio.htm",
  "Web Marketing", "training.htm#marketing", 
  "Website Quality Assurance", "training.htm#qa", 
  "Internet Consulting", "training.htm#consulting",
  "Bizarre Products", "products.htm");

navBarMenus[2] = new Array(
  "User Resources", "#",
  "HTML/Web Development", "webdesign/html-resources.htm",
  "Internet Search Tips", "search.htm",
  "Forms", "forms/forms.htm",
  "Frames", "frames/frames.htm",
  "Tables", "tables/tables.htm",
  "Style Sheets", "css/safe.htm",
  "Acrobat", "webdesign/acrobat_resources.htm", 
  "FrontPage", "webdesign/frontpage.htm", 
  "Shopping Carts", "webdesign/shopping_carts.htm", 
  "Site Registration", "register.htm", 
  "XML", "xml/xml_resources.htm");

navBarMenus[3] = new Array(
  "For Classes", "#",
  "Class Syllabi", "classes/",
  "Web Development", "webdesign/", 
  "Internet Usage", "classes/internet/");

navBarMenus[3.2] = new Array(
  "For Classes", "#",
  "Class Syllabi", "classes/",
  "Web Development", "webdesign/", 
  "Internet Usage", "classes/internet/");

navBarMenus[4] = new Array(
  "Local Sites", "#",
  "D.C.", "dclocal.htm",
  "Baltimore", "baltmore.htm",
  "Annapolis", "annaplis.htm");

navBarMenus[5] = new Array(
  "Recreation", "#",
  "Africa 2000", "africa/index.html", 
  "Bigface Art", "http://bigface.com/",
  "Limerick Contest", "limerick/limerick.htm",
  "Our Standardbred Stable", "http://www.cyberstable.com/", 
  "Cat Climbers", "hummel/index.htm",
  "Travel Resource Lists", "http://hospex.net",
  "Hospitality Exchange", "http://hospex.net", 
  "Travel Document Info", "http://www.visaexchange.com", 
  "Other Hobbies", "hobbies.htm");

navBarMenus[6] = new Array(
  "Our Clients", "#",
  "Amber Jewelery", "http://amberlady.com/jewelry.htm",
  "Art Gallery", "http://amberlady.com/gallery/",
  "Beauty & Skin Care", "http://labeautenaturelle.com/",
  "Bigface Art", "http://bigface.com/",
  "Caribbean Villa", "http://mcarrow.com/seascape/",
  "Custom Homes", "http://interstateventures.com/",  
  "Fossil Bugs", "http://amberlady.com/fossils.htm",
  "Travel Documents", "http://www.visaexchange.com/");
