// JavaScript Documentfunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function popup(url) {	neu = window.open("../images/downloads/" + url,"BIG","width=320,height=240,left=0,top=0,resizable=yes,toolbar=yes,location=no,directories=no,status=no,scrollbars=auto,menubar=no");}function slideshow(projekt, dertitel) {	var breite = screen.availWidth;	var hoehe = screen.availHeight;	var windowprops = 'width='+ breite +',height='+ hoehe +',top=0,left=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no';	popup = window.open("fotos.php?id="+projekt+"*htmltitle="+dertitel,'index',windowprops);	popup.focus();	/*window.location.href = "fotos_alle.php?id="+projekt;*/}function abbildungen(url) {	leftPosition = (screen.width) ? (screen.width-800)/2 : 0;	topPosition = (screen.height) ? (screen.height-535)/2 : 0;	var windowprops = 'width=800,height=535,top='+ topPosition +',left='+ leftPosition +',toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no';	abbildung = window.open("images/downloads/" + url,"BIG",windowprops);}function geburtstag() {	leftPosition = (screen.width) ? (screen.width-200)/2 : 0;	topPosition = (screen.height) ? (screen.height-281)/2 : 0;	var windowprops = 'width=200,height=281,top='+ topPosition +',left='+ leftPosition +',toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no';	fenster = window.open("einjahr.html","1Jahr",windowprops);}