navBarX = 0;

navBarHeaderWidth  = 110;
navBarMenuWidth    = 110;
navBarBorderWidth  =   1;
navBarPaddingWidth =   2;

navBarBorderColor   = "#000000";
navBarHeaderBgColor = "#999999";
navBarHeaderFgColor = "#000000";
navBarActiveBgColor = "#666666";
navBarActiveFgColor = "#ffffff";
navBarItemBgColor   = "#cccccc";
navBarItemFgColor   = "#000000";
navBarHighBgColor   = "#666666";
navBarHighFgColor   = "#ffffff";

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

navBarMenus[0] = new Array(
	"Home", "index.html");

navBarMenus[1] = new Array(
  "News", "",
  "Current", "currentNews.html",
  "Old", "archivedNews.html");

navBarMenus[2] = new Array(
  "Shows", "",
  "Upcoming", "upcomingShow.html",
  "Old", "oldShow.html");

navBarMenus[3] = new Array(
  "Noise", "",
  "MP3's", "tunes.html",
  "Words", "lyrics.html");

navBarMenus[4] = new Array(
  "Pix", "",
  "The Posse", "members.html",
  "Gallery", "gallery.html",
  "Live Action", "live_shots.html");

navBarMenus[5] = new Array(
  "Contact", "",
  "Gigs", "mailto:darth@industrial.org",
  "Ronnie James", "mailto:moron@industrial.org",
  "Soma Sue", "mailto:soma@industrial.org",
  "Baby Owen", "mailto:ubergeek@home.com");

navBarMenus[6] = new Array(
  "Links", "",
  "industrial.org", "javascript:window.open('http://industrial.org')",
  "NARC", "javascript:window.open('http://industrial.org/narc')",
  "mp3.com", "javascript:window.open('http://mp3.com/darthbrooks')",
  "CODEgrunt", "javascript:window.open('http://CODEgrunt.com')");

