  window.onerror = errorHandler;

  function errorHandler()
  {
     // message == text-based error description
     // url     == url which exhibited the script error
     // line    == the line number being executed when the error occurred

   // handle the error here

   // stop the event from bubbling up to the default window.onerror handler
   // (see the "For More Info" section for an article on event bubbling)
     return true;
  }


function menu_select(menu_var){
	

           if (menu_var == "0") {
		parent.frames[1].location.href = "index3.html";
	   } // Ending brace for If

           if (menu_var == "1") {
		parent.frames[1].location.href = "menu1.html";
	   } // Ending brace for If

           if (menu_var == "2") {
		parent.frames[1].location.href = "menu2.html";
	   } // Ending brace for If


	   if (menu_var == "3") {
		parent.frames[1].location.href = "menu3.html";
	   } // Ending brace for If


	   if (menu_var == "4") {
		parent.frames[1].location.href = "menu4.html";
	   } // Ending brace for If

	   if (menu_var == "5") {
		parent.frames[1].location.href = "menu5.html";
	   } // Ending brace for If

	   if (menu_var == "6") {
		parent.frames[1].location.href = "menu6.html";
	   } // Ending brace for If

	   if (menu_var == "7") {
		parent.frames[1].location.href = "menu7.html";
	   } // Ending brace for If

	   if (menu_var == "8") {
		parent.frames[1].location.href = "menu8.html";
	   } // Ending brace for If

	   if (menu_var == "9") {
		parent.frames[1].location.href = "menu9.html";
	   } // Ending brace for If

	   if (menu_var == "10") {
		parent.frames[1].location.href = "menu10.html";
	   } // Ending brace for If

	   if (menu_var == "11") {
		parent.frames[1].location.href = "menu11.html";
	   } // Ending brace for If

	   if (menu_var == "12") {
		parent.frames[1].location.href = "menu12.html";
	   } // Ending brace for If

	   if (menu_var == "13") {
		parent.frames[1].location.href = "menu13.html";
	   } // Ending brace for If

	   if (menu_var == "14") {
		parent.frames[1].location.href = "menu14.html";
	   } // Ending brace for If

	   if (menu_var == "15") {
		parent.frames[1].location.href = "menu15.html";
	   } // Ending brace for If

	   if (menu_var == "16") {
		parent.frames[1].location.href = "menu16.html";
	   } // Ending brace for If
	   
	    if (menu_var == "17") {
		parent.frames[1].location.href = "lincoln-re-enactor.html";
	   } // Ending brace for If

	   if (menu_var == "18") {
		parent.frames[1].location.href = "menu18.html";
	   } // Ending brace for If

		if (menu_var == "19") {
		parent.frames[1].location.href = "sesquicentennial.html";
	   } //
} 