function initmenues()
{
 M.add(1,"Arbeitsgebiete / Leistungsangebote", root+"projekte/projekte.html");
 M.add(-1,1,"");
 M.add(-1,5,"");
 M.add(2,"Überblick", root+"projekte/projekte.html");
 M.add(2,"Technologien", root+"technologien/technologien.html");
 M.add(2,"Branchen", root+"branchen/branchen.html");
 M.add(-1,12,"");
 M.add(0,"IWS Aktuell","");
 M.add(2,"Messen", root+"messe/messe.html");
 M.add(2,"Workshops", root+"workshop/workshop.html");
 M.add(2,"Presseinformationen", root+"presse/presse.html");
 M.add(2,"Publikationen", root+"pub/pub.html");
 M.add(2,"Stellenangebote", root+"jobs/stellen.html");
 M.add(-1,13,"");
 M.add(1,"Wir über uns", root+"welcome.htm");
 M.add(-1,12,"");
 M.add(2,"Organigramm", root+"org/org.php");
 M.add(2,"Labore", root+"labore/labore.html");
 M.add(2,"IWS in Zahlen", root+"zahlen.html");
 M.add(2,"Außenstellen IWS", root+"usa.html");
 M.add(2,"Nano-Zentrum", "http://www.nanotechnology.de");
 M.add(2,"Innovationscluster", root+"innovationscluster/index.html");
 M.add(2,"Netzwerk LiFt", "http://www.laserintegration.de");
 M.add(2,"TU Dresden, IOF", root+"iof.html");
 M.add(-1,15,"");
 M.add(1,"Fraunhofer-Gesellschaft", "http://www.fraunhofer.de");
 M.add(1,"Fraunhofer in Dresden", "http://www.dresden.fraunhofer.de");
 M.add(-1,20,"");
 var s=document.URL;
 var tp = document.title.indexOf(" - ");
 if (tp > -1) tp = document.title.indexOf(" - ", tp + 1);
 if (tp > -1) document.title = document.title.substring(0, tp);
 if (document.title=="Fraunhofer IWS - Wir über uns")
  s="welcome.html";
 var verz=s.substr(s.lastIndexOf('.fraunhofer.de/')+15,s.lastIndexOf('/')+1-s.lastIndexOf('.fraunhofer.de/')-15);
 var englisch="e_"+s.substr(s.lastIndexOf('/')+1,s.length-s.lastIndexOf('/')-1);
 S.add("english.gif", "Englisch", verz+englisch);
 S.add(root+"layout/search_d.gif", "Suchen", root+"search/search.html");
 S.add(root+"layout/contact_d.gif", "Kontakt", root+"contact.html");
 S.add(root+"layout/intern.gif", "IWS Intern", root+"private/intern/intern.html");
 S.add(root+"layout/impressum.gif", "Impressum", root+"extra/impressum.php");
 S.add(root+"layout/datenschutzerklaerung.gif", "Datenschutzerklärung", root+"extra/datenschutz.php");
}
