function lastmodified() {
	if(navigator.appName != 'Netscape') {

	    document.write(' ')+
		document.write(document.lastModified.substring(3,5)+
		"."+
		document.lastModified.substring(0,2)+
		"."+
		document.lastModified.substring(6,10));		
	}
	else {
		document.write('');
	}
}





imgSwitch = false;
if(document.images) imgSwitch = true;
var base=self.location.href;
	base=base.substring(0,base.lastIndexOf("/navigate/"))+"/";

function button(name) {
     this.up = new Image(); this.up.src="../grafik/" + name + "_on.jpg";
     this.down = new Image(); this.down.src="../grafik/" + name + "_off.jpg";
      }
if (imgSwitch){
     navList = new Array("h2009","h2008","h2007","h2006", "h2005", "h2004", "h2003", "h2002", "h2001", "h1999", "h1998", "h1997", "h1996", "h1995", "h1993", "h1992", "h1990", "h1989", "h1988", "h1987", "h1986", "h1984", "h1983", "h1978", "h1977", "h1975", "h1973", "h1972")
     buttons = new Array(navList.length)
            for (i=0; i<navList.length; i++) buttons[navList[i]]=new button(navList[i])
}
function drop(name) {if (imgSwitch) document.images[name].src=buttons[name].down.src}
function lift(name) {if (imgSwitch) document.images[name].src=buttons[name].up.src}





function right(e) {
	if (navigator.appName == 'Netscape' && 
		(e.which == 3 || e.which == 2))
		return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && 
		(event.button == 2 || event.button == 3)) {
			alert("Hier wird nicht geklaut! Bei Fragen oder Wünschen wenden Sie sich bitte an den Webmaster!");
			return false;
		}
		return true;
	}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


