function showHome() {
					window.location.hash = "#home";

            $('#outer').fadeIn('slow').load('divconcept.asp #outer'); 
			
}
		
function showGepla() {
				window.location.hash = "#gepla";
				
            $('#content').fadeIn('slow').load('gepla1.asp #content'); 

}
		
function showDiensten() {
				window.location.hash = "#diensten";
				
            $('#content').fadeIn('slow').load('diensten.asp #content'); 
			

}
		
function showShowroom() {
				window.location.hash = "#showroom";

            $('#content').fadeIn('slow').load('diensten.asp #content'); 
}




function showReferenties() {
				window.location.hash = "#referenties";

				
            $('#content').fadeIn('slow').load('referenties.asp #content'); 

}
function showRoute() {
				window.location.hash = "#route";

				
            $('#content').fadeIn('slow').load('route.asp #content'); 

}
function showContact() {
				window.location.hash = "#contact";

				
            $('#content').fadeIn('slow').load('contact.asp #content'); 

}


