function bildfenster(bild) {
subWin = window.open(bild,'Bild','height=500,width=700,top=30,left=100,resizable=yes,scrollbars=yes,status=yes');
subWin.focus();
} 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function pic_big(pic,titel,w,h)
{ var undefined;
  pop = window.open('','Schwebebad Dresden','width='+w+',height='+h+',scrollbars=yes');
  with (pop)
  {
    	focus ();
    	document.open();
	document.write('<title>Schwebebad Dresden</title>');
	document.write('<body style=\"text-align:center\">');
	document.write('<a href="javascript:self.close()"><img src=\"'+pic+'\" border=\"0\" alt=\"KLICKEN, UM DAS BILD ZU SCHLIESSEN.\" title=\"KLICKEN, UM DAS BILD ZU SCHLIESSEN.\"></a>');
	
	if(titel){
	document.write('<div style=\"margin-top:5px;font-family:verdana;font-size:11px\">');
	document.write(''+titel+'');
	document.write('</div>');
	}
	
	document.write('</body>');
	document.close();
  }
}