/*impressum, about, datenschutz*/

function loadStaticContent(fileName, language, title)
{
	loadContent("lang/" + language + "/" + language + "_" + fileName, title);
}


function loadContent(filePath, title)
{
	$('#content_window').load(filePath, 
		function()
		{
			$(this).hide().slideDown(800);
			$('#cutansicht').hide();
			$('#map').hide();
			$('.inh').hide();
			$('#inh_profilrahmen').hide();
			$('#content').show();
			$('#content_headline').html(title);
		}
	);
}
