<!--

function mitmachen() {

  var ziel = document.mitmachen.send.options[document.mitmachen.send.selectedIndex].value;
  if (ziel != 'no') { parent.progframe.location.replace(ziel) };

};

function help(wahl)
{
wahl = wahl.toLowerCase();

if (wahl=="anmeldung")
       {window.open('hilfe/homepages.htm', '_blank', 'resizable, width=480, height=250');}
else if (wahl=="eig. artikel" || wahl=="recherche")
       {window.open('hilfe/artikel.htm', '_blank', 'resizable, width=350, height=280');}
else if (wahl=="neue story")
       {window.open('hilfe/geschichte.htm', '_blank', 'resizable, width=400, height=280');}
else if (wahl=="bilder/fotos")
       {window.open('hilfe/bild.htm', '_blank', 'resizable, width=400, height=240');}
else if (wahl=="eig. aktion")
       {window.open('hilfe/aktion.htm', '_blank', 'resizable, width=400, height=200');}
else if (wahl=="downloads")
       {window.open('hilfe/downloads.htm', '_blank', 'resizable, width=400, height=180');}
else if (wahl=="links")
       {window.open('hilfe/sendlinks.htm', '_blank', 'resizable, width=400, height=150');}
else if (wahl=="mail" || wahl=="interview" || wahl=="musikwunsch")
       {window.open('hilfe/mail.htm', '_blank', 'resizable, width=350, height=150');}
else if (wahl=="abstimmung")
       {window.open('hilfe/abstimmung.htm', 'Hilfe', 'resizable, width=400, height=360');}
else if (wahl=="bewerbung")
       {window.open('hilfe/bewerbung.htm', 'Hilfe', 'resizable, width=350, height=280');}
else if (wahl=="newsletter")
       {window.open('hilfe/newssenden.htm', 'Hilfe', 'resizable, width=400, height=200');}
else
       {window.open('hilfe/no.htm', '_blank', 'resizable, width=400, height=100');};

};

//-->

