function auswahl(objekt)
{
  if (objekt.options[objekt.selectedIndex].value =='') return true;
  window.document.location=(objekt.options[objekt.selectedIndex].value);
   return true;
}

function menue_schreiben()
{
if (navigator.appName=="Microsoft Internet Explorer") {
window.document.write(
 '<FORM>',
 '<SELECT NAME="fotoauswahl" onChange="auswahl(this)" STYLE="background-color:#CCCCEE">',
  '<OPTION>--&gt; w&auml;hl dir eine fotoseite</OPTION>',

  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/zaina/">zaina (12-10-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/newnoize13/">new noize 13 (19-9-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/groamat/">groamat (6./8.-9-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/2daw02/">two days a week (28./29.-8-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/steinbruch/">steinbruchparty (17-8-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/kleinwiesendorf/">one day a week (16-8-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/nuke02/">nuke (10-8-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/karnabrunn02/">karnabrunn (3-8-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/cxcpix/fotos/kawawumba2002/index.html">kawawumba (26/27-7-2002)</OPTION>',
  '<OPTION VALUE="fotos-mmaniac-1.html">mountain maniac (13-7-2002)</OPTION>',
  '<OPTION VALUE="http://www.8ung.at/nnpix/fotos/forestglade02/">forestglade 2k2 (7-7-2002)</OPTION>',
  '<OPTION VALUE="fotos-summerbreak02-1.html">summerbreak festival (28/29-6-2002)</OPTION>',
  '<OPTION VALUE="fotos-inselfest02-1.html">donauinselfest 2002</OPTION>',
  '<OPTION VALUE="http://members.fortunecity.com/newnoize/fotos/fest.ziersdorf/fest02-1.html">   ziersdorf (15-6-2002)</OPTION>',
  '<OPTION VALUE="fotos-um02-1.html">untermallebarn (18-5-2002)</OPTION>',
  '<OPTION VALUE="fotos-nn12-1.html">new noize (11-5-2002)</OPTION>',
  '<OPTION VALUE="fotos-alkbottle.html">alkbottle (1-5-2002)</OPTION>',
  '<OPTION VALUE="fotos-ziss02-1.html">zissersdorf (30-4-2002)</OPTION>',
  '<OPTION VALUE="fotos-lj2002.html">oberhautzental (27-4-2002)</OPTION>',
  '<OPTION VALUE="fotos-dhf2-1.html">nitzing (26-4-2002)</OPTION>',
  '<OPTION VALUE="fotos-wolfp01.html">seitzersdorf-wolfpassing (20-4-2002)</OPTION>',
  '<OPTION VALUE="fotos-nn11-01.html">new noize (6-4-2002)</OPTION>',
  '<OPTION VALUE="http://members.fortunecity.com/newnoize/r4b-01.html">rock 4 beach (30-3-2002)</OPTION>',
  '<OPTION VALUE="fotos-nn10.html">new noize zehn (2-3-2002)</OPTION>',
  '<OPTION VALUE="fotos-nn09.html">new noize (22-9-2001)</OPTION>',
  '<OPTION VALUE="fotos-nn08.html">new noize 8 (30-4-2001)</OPTION>',
  '<OPTION VALUE="fotos-nn07.html">new noize 7 (7-4-2001)</OPTION>',
  '<OPTION VALUE="fotos-nn6.html">new noize 6  (3-2-2001)</OPTION>',
  '<OPTION VALUE="fotos-nn5.html">new noize 5 (6-1-2001)</OPTION>',
  '<OPTION VALUE="fotos-nn4a.html">new noize quattro (31-10-2000)</OPTION>',
  '<OPTION VALUE="fotos06.html">new noize 3 (30-9-2000)</OPTION>',
  '<OPTION VALUE="fotos04.html">new noize 2 (6-5-2000)</OPTION>',
  '<OPTION VALUE="fotos01.html">new noize (8-4-2000)</OPTION>',
  '<OPTION VALUE="wiesen2k1.html">forestglade, 2daysaweek (2001)</OPTION>',
  '<OPTION VALUE="fotos-acn0401.html">alternative club nights (04-2001)</OPTION>',
  '<OPTION VALUE="fotos-010519.html">gymasiumball (19-5-2001)</OPTION>',
  '<OPTION VALUE="fotos-sonst.html">hip hop jambourie (18-11-2000)</OPTION>',
 '</SELECT>',
 '<FORM>');
return true;}
else return true;
}
