 function goToURL() { history.go(-1); }
var Link = new Array();
function theMenu ()
  {
      //Link[nr] = "position [0 is menu/1 is item],Link name,url,target (blank|top|frame_name)"

  Link[0] = "0|flauto.de - deutsch";
  Link[1] = "1|Übersicht|d/index_deutsch.shtml|Hauptframe";
  Link[2] = "1|Preis- und Lagerliste|prs/preislist.htm|Hauptframe";
  Link[3] = "1|bestellen|d/bestellen.htm|Hauptframe";
  Link[4] = "1|besuchen Sie uns !|d/besuchen.htm|Hauptframe";
  Link[5] = "1|Auswahlen|d/auswahlsendung.htm|Hauptframe";
  Link[6] = "1|Impressum|d/impressum.htm|Hauptframe";
  Link[7] = "0|flauto.de - english";
  Link[8] = "1|information|e/e_index.shtml|Hauptframe";
  Link[9] = "1|pricing|prs/preislist_e.htm|Hauptframe";
  Link[10] = "1|ordering|e/e_bestellen.htm|Hauptframe";
  Link[11] = "1|pay us a visit !|e/e_besuchen.htm|Hauptframe";
  Link[12] = "1|contact|e/impressum.htm|Hauptframe";
  Link[13] = "0|Hersteller - supplier";
  Link[14] = "1|Zamir|d/zamir.htm|Hauptframe";
  Link[15] = "1|Zamir Homepage|d/zamir.htm|Hauptframe";
  Link[16] = "1|Mollenhauer|http://www.mollenhauer.com|Hauptframe";
  Link[17] = "1|Moeck|http://www.moeckmusic.de/instrumentenbau.htm|Hauptframe";
  Link[18] = "1|Aafab|http://www.aafab.nl|Hauptframe";
  Link[19] = "0|Bilder - Pictures";
  Link[20] = "1|Unsere Ausstellung|pics/recorder/seite.htm|Hauptframe"
  Link[21] = "1|our Exhibition|pics/recorder/page.htm|Hauptframe"
  Link[22] = "1|Zamir|pics/zamir/seite.html|Hauptframe"
  Link[23] = "1|Stockstadt 2001|pics/stockstadt_2001/gallery/seite.html|Hauptframe";
  Link[24] = "1|Stockstadt 2002|pics/stockstadt_2002/seite.html|Hauptframe";
  Link[25] = "1|Musikmesse 2002|pics/frankfurt_2002/seite.html|Hauptframe";
  Link[26] = "0|Service - News";
  Link[27] = "1|Neuigkeiten/News|main.htm|Hauptframe"
  Link[28] = "1|Suche im Internet|suche.htm|Hauptframe";
  Link[29] = "1|Search the WEB|search.htm|Hauptframe";
  Link[30] = "1|die genaue Uhrzeit|play.htm|Hauptframe";
  Link[31] = "0|Angebote - Specials";
  Link[32] = "1|Weihnachtsrabatt|special/rabatt.htm|Hauptframe";
  // Link[34] = "1|Aafab Spezialpreise|special/aafab.htm|Hauptframe";
  startup("1");
  }
