function hinaus(){

	window.event.srcElement.style.color= "#FFFFFF";

}


function hinein(){

	window.event.srcElement.style.color= "#177C9B";

}


function change(inhaltURL,unavURL,uURL) {
		parent.inhalt.location.href=inhaltURL;
		parent.unav.location.href=unavURL; 
		parent.u.location.href=uURL; 
		}

function bildgross(datei){

aWindow=window.open(datei,"Daten","toolbar=no,width=400,height=268, status=no,scrollbars=no,resize=no,menubar=no");

aWindow.moveTo(100,100);
aWindow.focus()

}