function displayMenu(menuSelected)
{
	if (menuSelected == "menuHomeLink")
	  {
		document.getElementById('menuInformationDisplay').innerHTML='Mortgage Relief Front Page';
	  }
	
	if (menuSelected == "menuRefinanceLink")
	  {
		document.getElementById('menuInformationDisplay').innerHTML='Find out more information on how mortgage refinance can save you money';
	  }
	  
	if (menuSelected == "menuQuoteLink")
	  {
		document.getElementById('menuInformationDisplay').innerHTML='Get a free mortgage refinance quote or more information';
	  }
	  
	if (menuSelected == "menuCalculatorsLink")
	  {
		document.getElementById('menuInformationDisplay').innerHTML='Find mortgage calculators to help you make the right decisions and save money';
	  }
	  
	if (menuSelected == "menuAboutLink")
	  {
		document.getElementById('menuInformationDisplay').innerHTML='Find out more about Mortgage Relief';
	  }
	
	
}
