function Go(x)
{
    if(x == "leer")
      {
      	document.forms[0].reset();
      	document.forms[0].elements[0].blur();
      	return;
      }

	location.href = x;
	document.forms[0].reset();
	document.forms[0].elements[0].blur();
}


function Liste()
{
document.write ('<option value="leer">Künstlerauswahl:')

document.write ('<option value="../otfried_culmann/index.html">Otfried Culmann')
document.write ('<option value="../Edgar_Ende/index.html">Edgar Ende')
document.write ('<option value="../ernst_fuchs/index.html">Ernst Fuchs')
document.write ('<option value="../hr_giger/index.html">HR Giger')
document.write ('<option value="../Peter_Gric/index.html">Peter Gric')
document.write ('<option value="../fritz_hoerauf/fritz_hoerauf.htm">Fritz Hörauf')
document.write ('<option value="../joachim_lehrer/index.html">Joachim Lehrer')
document.write ('<option value="../joachim_luetke/index.html">Joachim Luetke')
document.write ('<option value="../michael_maschka/index.html">Michael Maschka')
document.write ('<option value="../wm_ohlhaeuser/index.html">Wolfgang Maria Ohlhäuser')
document.write ('<option value="../Ernst_Steiner/index.html">Ernst Steiner')
document.write ('<option value="../Tamara_Ralis/tamara_ralis.htm">Tamara Ralis')
document.write ('<option value="../bob_venosa/index.html">Bob Venosa')
document.write ('<option value="../bruno_weber/index.html">Bruno Weber')
}

