 <!-- Left Side Navigation -->

  Rollimage = new Array()

  Rollimage[0]= new Image()
  Rollimage[0].src = "navigations/images/edthistory1.gif"

  Rollimage[1] = new Image()
  Rollimage[1].src = "navigations/images/edthistory2.gif"

  Rollimage[2]= new Image()
  Rollimage[2].src = "navigations/images/edtofficers1.gif"

  Rollimage[3] = new Image()
  Rollimage[3].src = "navigations/images/edtofficers2.gif"

  Rollimage[4]= new Image()
  Rollimage[4].src = "navigations/images/edtregulation1.gif"

  Rollimage[5] = new Image()
  Rollimage[5].src = "navigations/images/edtregulation2.gif"

  Rollimage[6]= new Image()
  Rollimage[6].src = "navigations/images/edtbylaws1.gif"

  Rollimage[7] = new Image()
  Rollimage[7].src = "navigations/images/edtbylaws2.gif"
  
  Rollimage[8]= new Image()
  Rollimage[8].src = "navigations/images/edtwinner1.gif"

  Rollimage[9] = new Image()
  Rollimage[9].src = "navigations/images/edtwinner2.gif"
  
  Rollimage[10]= new Image()
  Rollimage[10].src = "http://beta.wfm.noaa.gov/navigations/images/emergreliefinfo1.gif"

  Rollimage[11] = new Image()
  Rollimage[11].src = "http://beta.wfm.noaa.gov/navigations/images/emergreliefinfo2.gif"
  
  Rollimage[12]= new Image()
  Rollimage[12].src = "http://beta.wfm.noaa.gov/navigations/images/noaacareers1.gif"

  Rollimage[13] = new Image()
  Rollimage[13].src = "http://beta.wfm.noaa.gov/navigations/images/noaacareers2.gif"
  
  Rollimage[14]= new Image()
  Rollimage[14].src = "http://beta.wfm.noaa.gov/navigations/images/noaavacancies1.gif"

  Rollimage[15] = new Image()
  Rollimage[15].src = "http://beta.wfm.noaa.gov/navigations/images/noaavacancies2.gif"  
  
  
   <!-- Top Navigation -->
  
  Rollimage[38]= new Image()
  Rollimage[38].src = "navigations/images/edtregister1.gif"
  
  Rollimage[39] = new Image()
  Rollimage[39].src = "navigations/images/edtregister2.gif"
  
  Rollimage[40]= new Image()
  Rollimage[40].src = "navigations/images/edtdirectors1.gif"
  
  Rollimage[41] = new Image()
  Rollimage[41].src = "navigations/images/edtdirectors2.gif"
  
  Rollimage[42]= new Image()
  Rollimage[42].src = "navigations/images/edtattractions1.gif"
  
  Rollimage[43] = new Image()
  Rollimage[43].src = "navigations/images/edtattractions2.gif"
  
  Rollimage[44]= new Image()
  Rollimage[44].src = "navigations/images/top_menu_restaurants.gif"
  
  Rollimage[45] = new Image()
  Rollimage[45].src = "images/top_menu_restaurants.gif"
  
  Rollimage[46]= new Image()
  Rollimage[46].src = "images/top_menu_hotels.gif"
  
  Rollimage[47] = new Image()
  Rollimage[47].src = "images/top_menu_hotels.gif"
  

  	function ContactsSwapOut(){
    document.ContactsRoll.src = Rollimage[1].src;
    return true;
  }

  	function ContactsSwapBack(){
    document.ContactsRoll.src = Rollimage[0].src; 
    return true;
  }

  	function AboutSwapOut(){
    document.AboutRoll.src = Rollimage[3].src;
    return true;
  }

  	function AboutSwapBack(){
    document.AboutRoll.src = Rollimage[2].src; 
    return true;
  }

  	function AZindexSwapOut(){
    document.AZindexRoll.src = Rollimage[5].src;
    return true;
  }

  	function AZindexSwapBack(){
    document.AZindexRoll.src = Rollimage[4].src; 
    return true;
  }

  	function LocatorSwapOut(){
    document.LocatorRoll.src = Rollimage[7].src;
    return true;
  }

  	function LocatorSwapBack(){
    document.LocatorRoll.src = Rollimage[6].src; 
    return true;
  }
  
    function DismissalSwapOut(){
    document.DismissalRoll.src = Rollimage[9].src;
    return true;
  }

  	function DismissalSwapBack(){
    document.DismissalRoll.src = Rollimage[8].src; 
    return true;
  }
  
    function EmergReliefSwapOut(){
    document.EmergReliefRoll.src = Rollimage[11].src;
    return true;
  }

  	function EmergReliefSwapBack(){
    document.EmergReliefRoll.src = Rollimage[10].src; 
    return true;
  }
  
    function CareersSwapOut(){
    document.CareersRoll.src = Rollimage[13].src;
    return true;
  }

  	function CareersSwapBack(){
    document.CareersRoll.src = Rollimage[12].src; 
    return true;
  }
  
    function VacanciesSwapOut(){
    document.VacanciesRoll.src = Rollimage[15].src;
    return true;
  }

  	function VacanciesSwapBack(){
    document.VacanciesRoll.src = Rollimage[14].src; 
    return true;
  }
  
    function JobsSwapOut(){
    document.JobsRoll.src = Rollimage[17].src;
    return true;
  }

  	function JobsSwapBack(){
    document.JobsRoll.src = Rollimage[16].src; 
    return true;
  }
  
    function HiringSwapOut(){
    document.HiringRoll.src = Rollimage[19].src;
    return true;
  }

  	function HiringSwapBack(){
    document.HiringRoll.src = Rollimage[18].src; 
    return true;
  }
  
    function SupvyResSwapOut(){
    document.SupvyResRoll.src = Rollimage[21].src;
    return true;
  }

  function SupvyResSwapBack(){
    document.SupvyResRoll.src = Rollimage[20].src; 
    return true;
  }
  
    function FormsSwapOut(){
    document.FormsRoll.src = Rollimage[23].src;
    return true;
  }

  function FormsSwapBack(){
    document.FormsRoll.src = Rollimage[22].src; 
    return true;
  }
  
    function CLCSwapOut(){
    document.CLCRoll.src = Rollimage[25].src;
    return true;
  }

  	function CLCSwapBack(){
    document.CLCRoll.src = Rollimage[24].src; 
    return true;
  }
  
    function EopfSwapOut(){
    document.EopfRoll.src = Rollimage[27].src;
    return true;
  }

  function EopfSwapBack(){
    document.EopfRoll.src = Rollimage[26].src; 
    return true;
  }
  
    function NFCpersonalSwapOut(){
    document.NFCpersonalRoll.src = Rollimage[29].src;
    return true;
  }

  	function NFCpersonalSwapBack(){
    document.NFCpersonalRoll.src = Rollimage[28].src; 
    return true;
  }
  
    function WorklifeSwapOut(){
    document.WorklifeRoll.src = Rollimage[31].src;
    return true;
  }

  	function WorklifeSwapBack(){
    document.WorklifeRoll.src = Rollimage[30].src; 
    return true;
  }
  
    function WebTASwapOut(){
    document.WebTARoll.src = Rollimage[33].src;
    return true;
  }

  	function WebTASwapBack(){
  	document.WebTARoll.src = Rollimage[32].src; 
  	return true;
  }
  
    function NewEmployeeSwapOut(){
    document.NewEmployeeRoll.src = Rollimage[35].src;
    return true;
  }

  function NewEmployeeSwapBack(){
    document.NewEmployeeRoll.src = Rollimage[34].src; 
    return true;
  }
  
    function SeparationSwapOut(){
    document.SeparationRoll.src = Rollimage[37].src;
    return true;
  }

    function SeparationSwapBack(){
    document.SeparationRoll.src = Rollimage[36].src; 
    return true;
  }
  
    function BenefitsSwapOut(){
    document.BenefitsRoll.src = Rollimage[39].src;
    return true;
  }

    function BenefitsSwapBack(){
    document.BenefitsRoll.src = Rollimage[38].src; 
    return true;
  }

    function ServicesSwapOut(){
    document.ServicesRoll.src = Rollimage[41].src;
    return true;
  }

  	function ServicesSwapBack(){
    document.ServicesRoll.src = Rollimage[40].src; 
    return true;
  }
  
    function ManagersSwapOut(){
    document.ManagersRoll.src = Rollimage[43].src;
    return true;
  }

  	function ManagersSwapBack(){
    document.ManagersRoll.src = Rollimage[42].src; 
    return true;
  }
  
    function EmployeesSwapOut(){
    document.EmployeesRoll.src = Rollimage[45].src;
    return true;
  }

  	function EmployeesSwapBack(){
    document.EmployeesRoll.src = Rollimage[44].src; 
    return true;
  }
  
    function ContactusSwapOut(){
    document.ContactusRoll.src = Rollimage[47].src;
    return true;
  }

  	function ContactusSwapBack(){
    document.ContactusRoll.src = Rollimage[46].src; 
    return true;
  }
