function showAboutus()
{
  if (document.all('showAboutus').style.display =='none')
      { 
	  document.all('showAboutus').style.display ='';
       }
  else 
    { document.all('showAboutus').style.display='none';}
}

function showProjects()
{
  if (document.all('showProjects').style.display =='none')
      { 
	  document.all('showProjects').style.display ='';
       }
  else 
    { document.all('showProjects').style.display='none';
	}
}

function showFleet()
{
  if (document.all('showFleet').style.display =='none')
      { document.all('showFleet').style.display ='';
       }
  else 
    { document.all('showFleet').style.display='none';
	}
}

function showArchives()
{
  if (document.all('showArchives').style.display =='none')
      { document.all('showArchives').style.display ='';
       }
  else 
    { document.all('showArchives').style.display='none';

	}
}
