

//Funktionsdefinitionen
 function zoom(Bild,breit,hoch) {
  breit1=breit+40;
  hoch1=hoch+30;
  var text='toolbar=1,dependent=yes,location=no,directories=no,left=0,top=0,status=no,menubar=no,scrollbars=yes,resizable=Yes,width='+breit1+',height='+hoch1
  Bildfenster=window.open("about:blank","Zoom",text);
  Bildfenster.document.writeln('<html><head><meta name="Author" content="Adrian Voßkühler"><title>Photo - Sinfonietta 92 e.V.</title></head><body><A HREF="javascript:window.close()"><img SRC="'+Bild+'" BORDER=0 height='+hoch+' width='+breit+'></A></BODY></HTML>')
 }
 
 function zoom2(Bild,breit,hoch) {
  var text='toolbar=1,dependent=yes,location=no,directories=no,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=Yes,width='+breit+',height='+hoch
  Bildfenster=window.open(Bild,"Zoom",text);
 }

 function Projekt() {
   window.document.writeln('<H5>Aktuelles Projekt<BR><I>Frühjahr 2010</I><BR>');
   var jetzt = new Date();
   var Jahr = jetzt.getFullYear();
   var Jahresmonat = jetzt.getMonth();
   var Monat = new Array("Januar","Februar","M&auml;rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
   var Tag = jetzt.getDate();
   window.document.writeln('<P class="Datum">' + Tag + '&nbsp;' + Monat[Jahresmonat]+'&nbsp;'+Jahr+'</CENTER>');
 }

 function Dirigentenmenu() {
   window.document.writeln("<TABLE WIDTH='100%' CELLSPACING=5><TR CLASS='Menu'>");
   window.document.writeln("<TD><A HREF='Bello.htm' CLASS='inhalt2'>Bello</A></TD>");
   window.document.writeln("<TD><A HREF='Feltz.htm' CLASS='inhalt2'>Feltz</A></TD>");
   window.document.writeln("<TD><A HREF='Gabor.htm' CLASS='inhalt2'>Gabor</A></TD>");
   window.document.writeln("<TD><A HREF='Joffe.htm' CLASS='inhalt2'>Joffe</A></TD>");
   window.document.writeln("<TD><A HREF='Kaehler.htm' CLASS='inhalt2'>K&auml;hler</A></TD>");
   window.document.writeln("<TD><A HREF='Kamdzhalov.htm' CLASS='inhalt2'>Kamdzhalov</A></TD>");
   window.document.writeln("<TD><A HREF='Markowitsch.htm' CLASS='inhalt2'>Markowitsch</A></TD>");
   window.document.writeln("<TD><A HREF='Mehling.htm' CLASS='inhalt2'>Mehling</A></TD>");
   window.document.writeln("<TD><A HREF='Mitscher.htm' CLASS='inhalt2'>Mitscher</A></TD>");
   window.document.writeln("<TD><A HREF='Poplawski.htm' CLASS='inhalt2'>Poplawski</A></TD>");
   window.document.writeln("<TD><A HREF='Portal.htm' CLASS='inhalt2'>Portal</A></TD>");
   window.document.writeln("<TD><A HREF='Radeke.htm' CLASS='inhalt2'>Radeke</A></TD>");
   window.document.writeln("<TD><A HREF='DeRidder.htm' CLASS='inhalt2'>de&nbsp;Ridder</A></TD>");
   window.document.writeln("<TD><A HREF='Schueller.htm' CLASS='inhalt2'>Sch&uuml;ller</A></TD>");
   window.document.writeln("<TD><A HREF='Sochaczewsky.htm' CLASS='inhalt2'>Sochaczewsky</A></TD>");
   window.document.writeln("</TR></TABLE>");
}
