function changeUrl_d()
	{
	var wechsel0 = "";
	var url0String = window.location.pathname;
	var z = (url0String.length)-7;
	wechsel0 = (url0String.substring(0,z) + "_d.html");
	document.getElementById("changeLink").href = wechsel0;
	//alert("EN" + window.location.href)
	}
	
function changeUrl_e()
	{
	var wechsel0 = "";
	var url0String = window.location.pathname;
	var z = (url0String.length)-7;
	wechsel0 = (url0String.substring(0,z) + "_e.html");
	document.getElementById("changeLink").href = wechsel0;
	//alert("EN" + window.location.href)
	}
