function sichtbar(aktion,was) {
	if(aktion==1) { zustand="../img/pfeil.gif"; } else { zustand="../img/navileiste_vorn_gross.gif"; } 
	document.images[was].src = zustand;
}
function fensterln(url,name,breite,hoehe,scroll) {
	var anfahrt = window.open(url,name,'width='+breite+',height='+hoehe+',left=25,top=25,'+scroll+',status=no,menubar=no');
}
