//##################################### PLEASE DONT CHANGE THE BELLOW CODE IT WILL MATTER A LOT #############################	

	function showhome()
		{ 
		
			document.getElementById('home').style.display= "block";
		}
	function hidehome()
		{
			document.getElementById('home').style.display= "none";
		}
		
	function showhotel()
		{ 
		
			document.getElementById('hotel').style.display= "block";
		}
	function hidehotel()
		{
			document.getElementById('hotel').style.display= "none";
		}
		
		function showlocation()
		{ 
		
			document.getElementById('location').style.display= "block";
		}
	function hidelocation()
		{
			document.getElementById('location').style.display= "none";
		}
		
		function showtour()
		{ 
		
			document.getElementById('tour').style.display= "block";
		}
	function hidetour()
		{
			document.getElementById('tour').style.display= "none";
		}
		
	function showtariff()
		{ 
		
			document.getElementById('tariff').style.display= "block";
		}
	function hidetariff()
		{
			document.getElementById('tariff').style.display= "none";
		}
		
	function showcontact()
		{ 
		
			document.getElementById('contact').style.display= "block";
		}
	function hidecontact()
		{
			document.getElementById('contact').style.display= "none";
		}