topic = new Array (
"zu den Referaten: ...", "", "no",
"Ärztlicher Dienst", ""+ort+"fachreferate/aerztlicherdienst/index.htm", "+",
"Abwehrender Gefahrenschutz", ""+ort+"fachreferate/gefahrenschutz/index.htm", "+",
"Ausbildung", ""+ort+"fachreferate/ausbildung/index.htm", "+",
"Auslandskontakte / EU", ""+ort+"fachreferate/auslandskontakte/index.htm", "+",
"Bambini-Feuerwehr", ""+ort+"fachreferate/bambini/index.htm", "+",
"Brandschutzerziehung", ""+ort+"fachreferate/brandschutzerziehung/index.htm", "+",
"Brandsimulationstraining", ""+ort+"fachreferate/brandsimulationstraining/index.htm", "+",
"Frauenarbeit", ""+ort+"fachreferate/frauen/index.htm", "+",
"Internationale Wettbewerbe", ""+ort+"fachreferate/wettbewerbe/index.htm", "+",
"Internet", ""+ort+"fachreferate/internet/index.htm", "+",
"Katastrophenschutz", ""+ort+"fachreferate/katastrophenschutz/index.htm", "+",
"Motorsägenführerausbildung", ""+ort+"fachreferate/motorsaegenfuehrerausbildung/index.htm", "+",
"Musik", ""+ort+"fachreferate/musik/index.htm", "+",
"Nichtöffentliche Feuerwehren", ""+ort+"fachreferate/nichtoeffentliche_feuerwehren/index.htm", "+",  
"Öffentlichkeitsarbeit", ""+ort+"fachreferate/oeffentlichkeitsarbeit/index.htm", "+",
"Presse und Brandhilfe", ""+ort+"fachreferate/presse/index.htm", "+",
"Recht", ""+ort+"fachreferate/recht/index.htm", "+",
"Rheinland-Pfalz-Tag", ""+ort+"fachreferate/rheinland-pfalz-tag/index.htm", "+",
"Sicherheitsprogramm für Einsatzfahrer", ""+ort+"fachreferate/sicherheitstraining/index.htm", "+",
"Soziales - Versicherung", ""+ort+"fachreferate/soziales/index.htm", "+",
"Sport und Gesundheit", ""+ort+"fachreferate/sport/index.htm", "+",
"Vorbeugender Brandschutz", ""+ort+"fachreferate/vorbeugender_brandschutz/index.htm", "+",
"----", "", "no",
"Feuerwehrmuseum", ""+ort+"fachreferate/museum/index.htm", "+");


function jumpto()
{
if (topic[document.catch_form.catch_jumpto.selectedIndex*3+2]== "+")
   window.location.href = topic[document.catch_form.catch_jumpto.selectedIndex*3+1];
else void(null);
}

document.write ("<form name='catch_form'><SELECT NAME='catch_jumpto' onChange='jumpto();'>");
for (x=0; x<topic.length; x+=3)
document.write ("<OPTION> " + topic[x]);
document.write ("</SELECT></FORM>");
document.catch_form.catch_jumpto.selectedIndex = 0;