var pfad=location.href 

function jumpTo(URL_List){
	var URL = URL_List.options[URL_List.selectedIndex].value;
	window.location.href = URL;
}

function oz(Datei, Titel) {
var Datei_URL = "http://www.rommes.org/" + Datei;  
document.write('<option value="../' + Datei + '"');
if (pfad == Datei_URL) {
	document.write(' selected');
}
document.write('>' + Titel + '</option>');
}

document.write('<div class="rundum"><div class="seite">');
document.write('<form action="#"><p class="navi" title="Navigationsleiste"><span class="navileft">Navigation: </span>');

document.write('<A title="Zur Startseite" accesskey=s href="../index.html">Startseite</A> - ');
if (pfad != "http://www.rommes.org/blind/index.html") {
document.write('<A title="Zur Blindheit-Seite" accesskey=l href="../blind/index.html">Blindheit</A> - ');
} else {
document.write('Blindheit - ');
}

if (pfad != "http://www.rommes.org/jr/index.html") {
document.write('<A title="Zur Mich-Seite" accesskey=m href="../jr/index.html">Mich-Seite</A> - ');
} else {
document.write('Mich-Seite - ');
}

if (pfad != "http://www.rommes.org/presse/index.html") {
document.write('<A title="Zum Pressearchiv" accesskey=p href="../presse/index.html">Presse</A> - ');
} else {
document.write('Presse - ');
}

document.write('<br><br><SPAN class="navileft">Schnellzugriff: </SPAN><select name="Auswahl" onChange="jumpTo(this);">');

document.write('<option value="../index.html">Startseite ...</option>');
oz('mail/index.html', 'Kontaktseite');
document.write('<optgroup label="Blindheit">');
oz('blind/index.html', 'Informationen und mehr rund um Blindheit ...');
oz('blind/jangdeblannen.html', 'Johann der Blinde (1296-1346)');
oz('blind/louisbraille.html', 'Der Erfinder der Blindenschrift Louis Braille');
oz('braille/index.html', 'Die Blindenschrift Braille');
oz('euro/index.html', '&euro; f&uuml;r Sehgesch&auml;digte');
oz('spiel/index.html', 'Frage-Antwort-Spiel');
oz('blind/gspiele.html', 'Gesellschaftspiele f&uuml;r Blinde und Sehende');
oz('blind/mailingliste.html', 'Mailingliste');
document.write('</optgroup><optgroup label="Mich-Seite">');
oz('jr/index.html', 'Wer ich bin ...');
oz('jr/mein1bfh.html', 'Mein erster Blindenf&uuml;hrhund');
oz('jr/mein2bfh.html', 'Mein jetziger Blindenf&uuml;hrhund');
oz('jr/hochzeit.html', 'Meine Hochzeit');
document.write('</optgroup><optgroup label="Presse">');
oz('presse/index.html', 'Mein Pressearchiv ...');
oz('presse/20070714.html', 'Behindertengerecht');
oz('presse/20051124.html', 'Wie bekommt man einen Blindenf&uuml;hrhund in Luxemburg?');
oz('presse/20050604.html', 'Partner f&uuml;rs Leben');
oz('presse/20021019.html', 'Blindenhundverein');
oz('presse/20011128.html', 'D&eacute;i Blann am Internet');
oz('presse/20010707.html', 'Amis et Ma&icirc;tres de Chiens Guides d\'Aveugles au Luxembourg');
oz('presse/20000518.html', 'Hunde, die f&uuml;r blinde Menschen sehen');
oz('presse/19991019.html', 'L&euml;tzebuerger Web Awards 1999');
oz('presse/19990408.html', 'Blindenhunde');
oz('presse/19980912.html', 'Neuer Anlauf');
oz('presse/19980328.html', 'L&euml;tzebuerger WWW Awards 1998');
oz('presse/19931231.html', 'Die T&uuml;r weit ge&ouml;ffnet');
document.write('</optgroup></select></p></form>');

document.write('<P class="mitte">');
document.write(' <IMG SRC="../blimnetz.gif" WIDTH="396" HEIGHT="66" ALT=""></p>');

function fuss () {
document.write('<br clear="all"><hr><h4>');
document.write(pfad);
document.write('</h4></div></div>');
}