function lesserKnownHandler()
{
  var URL1 = document.georgeNavigation.lesserKnown.options[document.georgeNavigation.lesserKnown.selectedIndex].value;
  window.location.href = URL1;
}

function maritimeHandler()
{
  var URL2 = document.georgeNavigation.maritime.options[document.georgeNavigation.maritime.selectedIndex].value;
  window.location.href = URL2;
}

function moreMaritimeHandler()
{
  var URL3 = document.georgeNavigation.moreMaritime.options[document.georgeNavigation.moreMaritime.selectedIndex].value;
  window.location.href = URL3;
}

function massacresHandler()
{
  var URL4 = document.georgeNavigation.massacres.options[document.georgeNavigation.massacres.selectedIndex].value;
  window.location.href = URL4;
}
