
function write_SchnellMenue()
{

document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=175 height=40 bgcolor=#001234 align=right valign=top>');

document.write('<form>');
document.write('<select name="Auswahl" style=" width:155px" onChange="location.href =(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)">');
document.write('<option value="aTV3.0S1.html" style="background-color:#ffffff; color:#001234; font-family:Arial; font-weight:bold">&nbsp;&nbsp;Quickmenue:</option>');
document.write('<option value="aTV3.0S6.html">Newsletter</option>');
document.write('<option value="aTV3.0S7.html">Bonusprogramm</option>');
document.write('<option value="aTV3.0S9.html">die Veranstalter</option>');
document.write('<option value="aTV3.0S5.html">Services</option>');
document.write('<option value="aTV3.0S8.html">im Urlaub arbeiten?</option>');
document.write('<option value="aTV3.0Sagbs.html">AGBs</option>');
document.write('</select>');
document.write('</form>');	

document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</FORM>');

}
