

    Normal11 = new Image();
    Normal11.src = "/image/info1.gif";
    Highlight11 = new Image();
    Highlight11.src = "/image/info2.gif";

    Normal12 = new Image();
    Normal12.src = "/image/email1.gif";
    Highlight12 = new Image();
    Highlight12.src = "/image/email2.gif";

    Normal13 = new Image();
    Normal13.src = "/image/sign1.gif";
    Highlight13 = new Image();
    Highlight13.src = "/image/sign2.gif";

    Normal14 = new Image();
    Normal14.src = "/image/post1.gif";
    Highlight14 = new Image();
    Highlight14.src = "/image/post2.gif";

    Normal15 = new Image();
    Normal15.src = "/image/links1.gif";
    Highlight15 = new Image();
    Highlight15.src = "/image/links2.gif";

    Normal16 = new Image();
    Normal16.src = "/image/rechts1.gif";
    Highlight16 = new Image();
    Highlight16.src = "/image/rechts2.gif";

    Normal17 = new Image();
    Normal17.src = "/fotos/foto43_kl.jpg";
    Highlight17 = new Image();
    Highlight17.src = "/fotos/foto43_kl.jpg";

    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }

    function check()
    {
    wort = prompt("Diese Seite ist nur für aktive Musiker gedacht!\nWelcher Marsch liegt unter'm Line Up ?");
    if(wort=="Ruetz" || wort == "ruetz") open_actMonth();
    else
    {
    wort = prompt("FALSCH!\n Na gut, ein kleiner Tip: Welchen Marsch bezeichnen wir als \"Sein Lezter\"?");
     if(wort=="Ruetz" || wort == "ruetz") open_actMonth();
    else alert("Schon wieder falsch!");
    }
    }

    function download_check()
    {
    wort = prompt("Diese Seite ist nur für aktive Musiker gedacht!\nWelcher Marsch liegt unter'm Line Up ?");
    if(wort=="Ruetz" || wort == "ruetz") start_download_termine();
    else
    {
    wort = prompt("FALSCH!\n Na gut, ein kleiner Tip: Welchen Marsch bezeichnen wir als \"Sein Lezter\"?");
     if(wort=="Ruetz" || wort == "ruetz") start_download_termine();
    else alert("Schon wieder falsch!");
    }
    }


function openImage(datei,x,y)
{
 Window_Height = screen.height
 if (navigator.appName == "Microsoft Internet Explorer")
  {
     NewWindow = window.open("about:blank" ,"Foto","scrollbars,left=50,top=50");
     NewWindow.focus();
     if (screen.height > 600)
     {
       NewWindow.document.write("<img src=\"",
                                      datei,
                                      "\" width=\"",
                                      x,
                                      "\" height=\"",
                                      y,
                                      "\">");
        NewWindow.resizeTo(x+100,y+90);
     }
     else
     {
         NewWindow.document.write("<img src=\"",
                                      datei,
                                      "\" height=\"",
                                      400,
                                      "\">");
        NewWindow.resizeTo((x*400/y)+50,460);
     }

  }
  else
  {
     NewWindow = window.open(datei ,"Foto","scrollbars");
     NewWindow.focus();
     NewWindow.resizeTo(x+20,y+20);
  }
}

  function WindowOpen(datei,name,x,y)
  {
      NewWindow=window.open(datei,name, "scrollbars,dependent=yes,locationbar=no,menubar=no,status=no,left=50,top=50");
     NewWindow.focus();
     NewWindow.resizeTo(x,y);
  }

  function openSearch()
  {  window.open("../search/search_window.html","Search","width=370,height=280");
  }

  function testJava()
  {
     if(!navigator.javaEnabled())
      document.write("Bitte aktivieren Sie die Java-Unterstützung Ihres Browsers, um diese              Funktion verwenden zu können.");
  }
  function popup(name)
  {
                                                                  para="scrollbars=no,status=no,width=500,height=580,menubar=no,locationbar=no,resizable=no,hotkeys=no";
var links = screen.width / 2 - 400;
var oben = screen.height / 2 - 300;
var browser=navigator.appName;
var version=parseFloat(navigator.appVersion);
fenster = window.open(name,"SMSFriend",para);
if (browser=="Netscape" && version>=3.0)
{
 fenster.moveTo(links,oben);
}
}

function open_actMonth()
{
Datum = new Date();
actMonth = Datum.getMonth()+1;
actYear = Datum.getYear();
if(actYear < 2000) actYear+=1900;
url = "../schedule_"+ actMonth + "_" + actYear +".shtml";
open(url,"LINKS")
}

function start_download_termine()
{

url = "../download/termine2005.pdf";
open(url)
}

function chkFormular()
  {
   if(document.eintrag.password.value != "kJszfj")
   {
     alert("Bitte tragen Sie den korrekten Bestätigungs-Code ein!");
     document.eintrag.password.focus();
     return false;
    }
    return true;
  }