function Go(x)
  {
  if (top.frames.length > 0) 
    {
    frml = parent.window.frames.length - 2;
    }

  if(x == "nothing")
    {
    document.goo.reset();
    document.goo.elements[0].blur();
    return;
    }
  else
    {
    if (top.frames.length > 0)
      {
      parent.frames[frml].location.href = x;
      }
    if (parent.location.href == self.location.href)
      {
      window.location.href = x;
      }
    document.goo.reset();
    document.goo.elements[0].blur();
    }
  }


document.write("<div class=\"c\"><br /><b class=\"a12b\">Inhalts&#252;bersicht:</b> <select onChange=\"Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)\" name=\"Auswahl\">");
document.write("<option value=\"x\" title=\"Auswahlmen&#252; der Sektion -Eigenes WebProjekt-\">[Auswahlmen&#252; -Eigenes WebProjekt-]</option>");
document.write("<option value=\"../w3/projekt_fragen.html\" title=\"Fragen als Leitlinie zum erfolgreichen WebProjekt\">[Am Anfang: Fragen]</option>");
document.write("<option value=\"../w3/projekt_gut-schlechterstil.html\" title=\"Was sich vermeiden l&#228;sst, sollte man nicht unbedingt tun\">[Guter Stil - Schlechter Stil]</option>");
document.write("<option value=\"../w3/projekt_free-solutions.html\" title=\"Grundger&#252;ste f&#252;r Webseiten\">[Vorlagen]</option>");
document.write("<option value=\"../w3/projekt_webstruktur.html\" title=\"Struktur&#252;bersicht einer WebSite\">[WebStruktur]</option>");
document.write("<option value=\"../w3/strato_htaccess.html\">[.htaccess]</option>");
document.write("<option value=\"../w3/strato_passwortschutz.html\">[Passwortschutz]</option>");
document.write("<option value=\"../w3/projekt_freeware.html\" title=\"(fast) kostenlose Software zur Homepageerstellung\">[Freeware-Tools]</option>");
document.write("<option value=\"../w3/projekt_browserdifferenzen.html\" title=\"Beispiele f&#252;r Schwierigkeiten infolge browserspezifischer Eigenheiten\">[Browserspezifische Unterschiede]</option>");
document.write("<option value=\"../w3/projekt_smarttags.html\" title=\"Microsofts Smarttags\">[MS Smart-Tags (IE)]</option>");
document.write("<option value=\"../w3/projekt_vcards.html\" title=\"vCards. f&#252;r Formulare mit dem Internet-Explorer\">[vCards (IE)]</option>");
document.write("<option value=\"../w3/projekt_quelltext-tipps.html\" title=\"Quelltexte bearbeiten und ver&#228;ndern\">[Strukturierter Quelltext]</option>");
document.write("<option value=\"../w3/layout_textgestaltung.html\" title=\"Textgestaltung zur leichteren Aufnahme der darin enthaltenen Informationen\">[Textgestaltung]</option>");
document.write("<option value=\"../w3/layout_fontsize.html\" title=\"Schriftformatierungen mit CSS - es gibt gro&#223;e Unterschiede\">[Schriftgr&#246;&#223;e ist Formatsache]</option>");
document.write("<option value=\"../w3/projekt_farbschema.html\" title=\"Farben machen den Unterschied\">[Farbwahl und -schema]</option>");
document.write("<option value=\"../js/document_color_farbwahl_Farbenrad.html\" title=\"Finden Sie mit dem Farbrad die passende Farbe\">[Farbwahl (Farbrad)]</option>");
document.write("<option value=\"../w3/emails_main.html\" title=\"Einsatz und Anwendungsoptionen der eMail-Funktionen\">[eMail-Adressen]</option>");
document.write("<option value=\"../w3/domains_MIMETypes.html\">[Mime-Types]</option>");
document.write("<option value=\"../w3/strato_mailmanager.html\">[Strato: Mailmanager]</option>");
document.write("<option value=\"../w3/newsletter_main.html\" title=\"Newsletter richtig einsetzen\">[Newsletter einsetzen]</option>");
document.write("<option value=\"../w3/domains_eigenesWEB.html\" class=\"a10\">[Rechtliches und eigene WebSite]</option>");
document.write("<option value=\"../w3/strato_errorcode.html\">[Server-Error-Codes]</option></select> <img src=\"../_b/hurra.gif\" alt=\"Quelle unbekannt\" border=\"0\" align=\"top\" /></div>");

