navBarX = 0;

navBarHeaderWidth  = 90;
navBarMenuWidth    = 200;
navBarBorderWidth  =   1;
navBarPaddingWidth =   2;

navBarBorderColor   = "#00CC66";
navBarHeaderBgColor = "#006666";
navBarHeaderFgColor = "#FFFFFF";
navBarActiveBgColor = "#006666";
navBarActiveFgColor = "#FFCC66";
navBarItemBgColor   = "#006666";
navBarItemFgColor   = "#FFCC66";
navBarHighBgColor   = "#339999";
navBarHighFgColor   = "#FFFFFF";

navBarHeaderFontFamily = "VERDANA,HELVETICA,ARIAL";
navBarHeaderFontStyle  = "plain";
navBarHeaderFontWeight = "bold";
navBarHeaderFontSize   = "12pt";
navBarItemFontFamily   = "VERDANA,HELVETICA,ARIAL";
navBarItemFontStyle    = "plain";
navBarItemFontWeight   = "plain";
navBarItemFontSize     = "11pt";

navBarMenus[0] = new Array(
  "Home", "",
  "&#160;News and Weather Reports", "find_info_news.html",
  "&#160;Search Engines", "find_info_search.html",
  "&#160;Stock Quotes", "find_info_investment.html",
  "&#160;Chat and eMail", "find_info_deja.html",
  "&#160;Travel Information", "find_info_travel.html",
  "&#160;Phone Directory and Road Maps", "find_info_phone.html",
  "&#160;Reference Desk", "find_info_ref.html",
  "&#160;Hacking Tools", "find_info_net_traffic.html",
  "&#160;Shopping Online", "find_info_shop.html",
  "&#160;Add URL", "design_url.html");

navBarMenus[1] = new Array(
  "Misc", "",
  "&#160;Make this your homepage", "set_search_page.html",
  "&#160;Privacy statement", "set_search_page.html#legal",
  "&#160;Ben's first homepage", "/unpretentious/",
  "&#160;Web browsing secrets", "/unpretentious/browsing.html",
  "&#160;Stop junkmail and spam", "/unpretentious/junkmail.html",
  "&#160;Phaster forums", "http://members3.boardhost.com/phaster/");
 


