function CHframes(){

	id = parent.document.location.hash;
	id = id.substring(1,id.length);
	seite = "inh0"+ id + ".html";
	document.location.href = seite;
	top.kopf.document.location.href = "kopf01.html"
	top.mnort.document.location.href = "mnort01.html"
	top.boden.document.location.href = "boden.html"

}

function CHimg(){
	hash_url = location.hash;
	hash_url = hash_url.substring(1,hash_url.length);
	window.document.bild.src = "pic/ort/"+hash_url;
}
