document.write ("<p><form name='Seitenauswahl' style='font-family: Arial; font-size: 10pt; font-weight: bold'>");
document.write ('<select name="dropdownmenu" size="1" onchange="window.location.href=form.dropdownmenu.options[form.dropdownmenu.selectedIndex].value" style="font-family: Arial; font-size: 10pt; font-weight: bold; background-color: #FFFFCC; color: #000000">');
document.write ('<option selected value>- Seite -</option>')
document.write ('<option value="http://www.ta7.de/txt/sport/index.htm">Seite 1</option>')
document.write ('<option value="http://www.ta7.de/txt/sport/index2.htm">Seite 2</option>')
document.write ('</select></form></p>')