/* Copyright Scientec Internet Applications + Media GmbH - www.scientec.de */


var hier=false;
for (var i=0; i<document.links.length; i++){
	thisA=document.links[i];
	if(thisA.href==document.location.href){thisA.className="hier"; hier=true};
}
if(!hier){document.getElementById("home").className="hier"}

