document.writeln('<input type="hidden" name="Menu" size="10">');
document.writeln('<select NAME="Navigator"onchange="top.location.href = this.options[this.selectedIndex].value;" size="1" class="popblue"><!-- size="1" -->');
document.writeln('<option selected value="#">Menü - weitere Informationen</option>');
document.writeln('<option value="FVK-Intern.html">Wir über uns</option>');
document.writeln('<option value="Sonderangebot.html">Angebot des Monats</option>');
document.writeln('<option value="Wir suchen.html">Wir suchen</option>');
document.writeln('<option value="Restposten.html">Sondermodelle</option>');
document.writeln('<option value="Aktuell.html">Aktuell</option>');
document.writeln('<option value="Order.html">Bestellungen</option>');
document.writeln('<option value="Email_Adressen.html">Kontakt</option>')
document.writeln('<option value="Technische-Daten.html">Technische Daten</option>');
document.writeln('<option value="Motorentabelle.html">Motorentabelle</option>');
document.writeln('<option value="Test Bericht.html">Test Berichte</option>');
document.writeln('<option value="Messetermine.html">Messetermine / Flugtage</option>');
document.writeln('<option value="Informationen zu FVK deu.html">Infos zu FVK Modellen</option>');
document.writeln('<option value="Lieferbedingung.html">Lieferbedingungen</option>');
document.writeln('<option value="Webmaster.html">Webmaster</option>');
document.writeln('<option value="Impressum.html">Impressum</option>');
document.writeln('</select>');





