function makeMenu1 ()
{
var content = '<b>Direktzugriff:</b><br>';
content = content + '<form name="auswahl"><select name="auswahl" onChange="goURL();">';
content = content + '<option value="" SELECTED>Interpretationen</option>';
content = content + '<option value="../interpretationen/diegeoef.htm">Aichinger&nbsp;</option>';
content = content + '<option value="../interpretationen/mitdemch.htm">Andersch&nbsp;</option>';
content = content + '<option value="../interpretationen/derdenke.htm">Anderson&nbsp;</option>';
content = content + '<option value="../interpretationen/ingeborg_bachmann_das_dreißigste_jahr.htm">Bachmann&nbsp;</option>';
content = content + '<option value="../interpretationen/istesein.htm">Bernhard&nbsp;</option>';
content = content + '<option value="../interpretationen/einvorfa.htm">Bierce&nbsp;</option>';
content = content + '<option value="../interpretationen/wanderer.htm">B&ouml;ll&nbsp;</option>';
content = content + '<option value="../interpretationen/dasbrot.htm">Borchert&nbsp;</option>';
content = content + '<option value="../interpretationen/nachtssc.htm">Borchert II&nbsp;</option>';
content = content + '<option value="../interpretationen/kuechenuhr.htm">Borchert III&nbsp;</option>';
content = content + '<option value="../interpretationen/diebibli.htm">Borges&nbsp;</option>';
content = content + '<option value="../interpretationen/derletzt.htm">Bradbury&nbsp;</option>';
content = content + '<option value="../interpretationen/dergast.htm">Camus&nbsp;</option>';
content = content + '<option value="../interpretationen/zeichen.htm">Carver&nbsp;</option>';
content = content + '<option value="../interpretationen/dasgraue.htm">Cheever&nbsp;</option>';
content = content + '<option value="../interpretationen/georgypo.htm">Dahl&nbsp;</option>';
content = content + '<option value="../interpretationen/lammkeul.htm">Dahl II&nbsp;</option>';
content = content + '<option value="../interpretationen/mrlustga.htm">Dische&nbsp;</option>';
content = content + '<option value="../interpretationen/dieermordungeinerbutterblume.htm">D&ouml;blin&nbsp;</option>';
content = content + '<option value="../interpretationen/maritasandenken.htm">Dorn&nbsp;</option>';
content = content + '<option value="../interpretationen/dertunne.htm">D&uuml;rrenmatt&nbsp;</option>';
content = content + '<option value="../interpretationen/derschwa.htm">Ellison&nbsp;</option>';
content = content + '<option value="../interpretationen/einerosefueremily.htm">Faulkner&nbsp;</option>';
content = content + '<option value="../interpretationen/baeuchlings.htm">Franck&nbsp;</option>';
content = content + '<option value="../interpretationen/geschich.htm">Glaser&nbsp;</option>';
content = content + '<option value="../interpretationen/dermante.htm">Gogol&nbsp;</option>';
content = content + '<option value="../interpretationen/hans.htm">Grimm&nbsp;</option>';
content = content + '<option value="../interpretationen/daskurze.htm">Hemingway&nbsp;</option>';
content = content + '<option value="../interpretationen/soldaten.htm">Hemingway II&nbsp;</option>';
content = content + '<option value="../interpretationen/diekiller.htm">Hemingway III&nbsp;</option>';
content = content + '<option value="../interpretationen/derpoliz.htm">O. Henry&nbsp;</option>';
content = content + '<option value="../interpretationen/sonja.htm">Hermann&nbsp;</option>';
content = content + '<option value="../interpretationen/dielotte.htm">Jackson&nbsp;</option>';
content = content + '<option value="../interpretationen/dietoten.htm">Joyce&nbsp;</option>';
content = content + '<option value="../interpretationen/einhunge.htm">Kafka&nbsp;</option>';
content = content + '<option value="../interpretationen/dasfremdeland.htm">Kaschnitz&nbsp;</option>';
content = content + '<option value="../interpretationen/einmakellosermann.htm">Kennedy&nbsp;</option>';
content = content + '<option value="../interpretationen/fana.htm">Kotzwinkle&nbsp;</option>';
content = content + '<option value="../interpretationen/saisonbe.htm">Langg&auml;sser&nbsp;</option>';
content = content + '<option value="../interpretationen/derschaukelpferdsieger.htm">Lawrence&nbsp;</option>';
content = content + '<option value="../interpretationen/dielampe.htm">Lenz&nbsp;</option>';
content = content + '<option value="../interpretationen/anderbu.htm">Mansfield&nbsp;</option>';
content = content + '<option value="../interpretationen/happyend.htm">Marti&nbsp;</option>';
content = content + '<option value="../interpretationen/dasdoppe.htm">Moravia&nbsp;</option>';
content = content + '<option value="../interpretationen/ufoinkishuro.htm">Murakami&nbsp;</option>';
content = content + '<option value="../interpretationen/diebenachrichtigung.htm">Nabokov&nbsp;</option>';
content = content + '<option value="../interpretationen/dasverraeterischeherz.htm">Poe&nbsp;</option>';
content = content + '<option value="../interpretationen/e_annie_proulx_die_gelben_suempfe.htm">Proulx&nbsp;</option>';
content = content + '<option value="../interpretationen/dierotekatze.htm">Rinser&nbsp;</option>';
content = content + '<option value="../interpretationen/einwinterunterhirschen.htm">Rothmann&nbsp;</option>';
content = content + '<option value="../interpretationen/dieoffe.htm">Saki&nbsp;</option>';
content = content + '<option value="../interpretationen/verdacht.htm">Sayers&nbsp;</option>';
content = content + '<option value="../interpretationen/arno_schmidt_nachbarin_tod_und_solidus.htm">Schmidt&nbsp;</option>';
content = content + '<option value="../interpretationen/mansollt.htm">Schnurre&nbsp;</option>';
content = content + '<option value="../interpretationen/neuesgeld.htm">Schulze&nbsp;</option>';
content = content + '<option value="../interpretationen/deranfue.htm">Steinbeck&nbsp;</option>';
content = content + '<option value="../interpretationen/schaumun.htm">Tellez&nbsp;</option>';
content = content + '<option value="../interpretationen/waltermi.htm">Thurber&nbsp;</option>';
content = content + '<option value="../interpretationen/diewette.htm">Tschechow&nbsp;</option>';
content = content + '<option value="../interpretationen/deinlieb.htm">Updike&nbsp;</option>';
content = content + '<option value="../interpretationen/meinries.htm">Walser&nbsp;</option>';
content = content + '<option value="../interpretationen/verjaehrt.htm">Wohmann&nbsp;</option>';
content = content + '</select></form>';
return content;
}
function goURL ()
{
var selected = document.auswahl.auswahl.options.selectedIndex;
var recentvalue = document.auswahl.auswahl.options[selected].value;
if (recentvalue)
{
window.location.href = recentvalue;
}
}
function makeMenu2 ()
{
var content2 = '<form name="auswahl2"><select name="auswahl2" onChange="goURL2();">';
content2 = content2 + '<option value="" SELECTED>Eigene Stories&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/mcdonalds-oase.htm">Neu: McDonalds-Oase&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/nebenfrauen_und_apfelbutzen.htm">Nebenfrauen&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/klevert.htm">Klevert&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/anderbuc.htm">Bucht&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/duhastdi.htm">Ver&auml;ndert&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/dieforel.htm">Forelle&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/dasschwi.htm">Schwimmbecken&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/begraebn.htm">Begr&auml;bnis&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/ausflug.htm">Ausflug&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/idylle.htm">Idylle&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/pauline.htm">Pauline&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/entschei.htm">Entscheidung&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/baeume.htm">Sarajevo&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/chironex.htm">Chironex&nbsp;</option>';
content2 = content2 + '<option value="../geschichten/leichtus.htm">Leicht&nbsp;</option>';
content2 = content2 + '</select></form>';
return content2;
}
function goURL2 ()
{
var selected2 = document.auswahl2.auswahl2.options.selectedIndex;
var recentvalue2 = document.auswahl2.auswahl2.options[selected2].value;
if (recentvalue2)
{
window.location.href = recentvalue2;
}
}
function makeMenu3 ()
{
var content3 = '<form name="auswahl3"><select name="auswahl3" onChange="goURL3();">';
content3 = content3 + '<option value="" SELECTED>Schreiben lernen&nbsp;</option>';
content3 = content3 + '<option value="../theorie/index.htm">&Uuml;bersicht&nbsp;</option>';
content3 = content3 + '<option value="../theorie/spannung.htm">Spannung&nbsp;</option>';
content3 = content3 + '<option value="../theorie/perspektive.htm">Perspektive&nbsp;</option>';
content3 = content3 + '<option value="../theorie/beschreibungen.htm">Beschreibungen&nbsp;</option>';
content3 = content3 + '<option value="../theorie/schreibprozess.htm">Der Schreibprozess&nbsp;</option>';
content3 = content3 + '<option value="../theorie/charaktere.htm">Charaktere&nbsp;</option>';
content3 = content3 + '<option value="../theorie/stoff.htm">Stoff&nbsp;</option>';
content3 = content3 + '<option value="../theorie/dialog.htm">Dialog&nbsp;</option>';
content3 = content3 + '<option value="../theorie/botschaften.htm">Botschaften&nbsp;</option>';
content3 = content3 + '<option value="../theorie/buecher.htm">B&uuml;cher&nbsp;</option>';
content3 = content3 + '<option value="../theorie/glossar.htm">Glossar&nbsp;</option>';
content3 = content3 + '</select></form>';
return content3;
}
function goURL3 ()
{
var selected3 = document.auswahl3.auswahl3.options.selectedIndex;
var recentvalue3 = document.auswahl3.auswahl3.options[selected3].value;
if (recentvalue3)
{
window.location.href = recentvalue3;
}
}

