
function write_SchnellMenue5()
{

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="newWindow77(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value);">');
document.write('<option value="ExFrameFroschReisen.html" style="background-color:#ffffff; color:#001234; font-family:Arial; font-weight:bold">&nbsp;zu den Reisen</option>');
// document.write('<option value="ExFrameOneWorld.html">Natur&Erlebnisreisen</option>');
document.write('<option value="ExFrameFroschReisen.html">Sport-Reisen</option>');
document.write('<option value="ExFrameRufReisen.html">Jugendreisen</option>');
document.write('</select>');
document.write('</form>');

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

}

function newWindow77(x)
{
Fenster = window.open(x,"name","width=600, height=700, location=1, menubar=1, toolbar=1, personalbar=1, status=1, resizable=1, scrollbars=1,left=180, top=0");
Fenster.focus();
}
