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

for (var i=0; i<document.links.length; i++){
	thisA=document.links[i];
	thisA.className=(thisA.href==document.location.href)?"hier":"";
}