// Main Menu Images
andersonvilleon = new Image; andersonvilleon.src = "images/andersonvilleon.gif";
andersonvilleoff = new Image; andersonvilleoff.src = "images/andersonvilleoff.gif";
cwgameson = new Image; cwgameson.src = "images/cwgameson.gif";
cwgamesoff = new Image; cwgamesoff.src = "images/cwgamesoff.gif";
cwmusicon = new Image; cwmusicon.src = "images/cwmusicon.gif";
cwmusicoff = new Image; cwmusicoff.src = "images/cwmusicoff.gif";
cwmovieson = new Image; cwmovieson.src = "images/cwmovieson.gif";
cwmoviesoff = new Image; cwmoviesoff.src = "images/cwmoviesoff.gif";
cwcdromson = new Image; cwcdromson.src = "images/cwcdromson.gif";
cwcdromsoff = new Image; cwcdromsoff.src = "images/cwcdromsoff.gif";
cwbookstoreon = new Image; cwbookstoreon.src = "images/cwbookstoreon.gif";
cwbookstoreoff = new Image; cwbookstoreoff.src = "images/cwbookstoreoff.gif";
backgroundson = new Image; backgroundson.src = "images/backgroundson.gif";
backgroundsoff = new Image; backgroundsoff.src = "images/backgroundsoff.gif";
illustrationson = new Image; illustrationson.src = "images/illustrationson.gif";
illustrationsoff = new Image; illustrationsoff.src = "images/illustrationsoff.gif";
iraqwaroff = new Image; iraqwaroff.src = "images/iraqwaroff.gif";
iraqwaron = new Image; iraqwaron.src = "images/iraqwaron.gif";
cwleaderson = new Image; cwleaderson.src = "images/cwleaderson.gif";
cwleadersoff = new Image; cwleadersoff.src = "images/cwleadersoff.gif";
cssealson = new Image; cssealson.src = "images/cssealson.gif";
cssealsoff = new Image; cssealsoff.src = "images/cssealsoff.gif";
ussealson = new Image; ussealson.src = "images/ussealson.gif";
ussealsoff = new Image; ussealsoff.src = "images/ussealsoff.gif";
corpsbadgeson = new Image; corpsbadgeson.src = "images/corpsbadgeson.gif";
corpsbadgesoff = new Image; corpsbadgesoff.src = "images/corpsbadgesoff.gif";
buttonson = new Image; buttonson.src = "images/buttonson.gif";
buttonsoff = new Image; buttonsoff.src = "images/buttonsoff.gif";
weaponson = new Image; weaponson.src = "images/weaponson.gif";
weaponsoff = new Image; weaponsoff.src = "images/weaponsoff.gif";
uniformson = new Image; uniformson.src = "images/uniformson.gif";
uniformsoff = new Image; uniformsoff.src = "images/uniformsoff.gif";
clipartgalleryon = new Image; clipartgalleryon.src = "images/clipartgalleryon.gif";
clipartgalleryoff = new Image; clipartgalleryoff.src = "images/clipartgalleryoff.gif";
privacyoff = new Image; privacyoff.src = "images/privacyoff.gif";
privacyon = new Image; privacyon.src = "images/privacyon.gif";
politicaloff = new Image; politicaloff.src = "images/politicaloff.gif";
politicalon = new Image; politicalon.src = "images/politicalon.gif";
// Javascript functions
  function MouseOverRoutine(Button)
  {
  document[Button].src = eval(Button + "on.src");
  }
  function MouseOutRoutine(Button)
  {
  document[Button].src = eval(Button + "off.src");
  }
  function ShowDisclaimer(disclaimer)
  {
   alert(disclaimer);
  }

