function initmenues()
{
 M.add(1,"Working fields / offers", root+"projekte/e_projekte.html");
 M.add(-1,1,"");
 M.add(-1,5,"");
 M.add(2,"Overview", root+"projekte/e_projekte.html");
 M.add(2,"Technologies", root+"technologien/e_technologien.html"); 
 M.add(2,"Industries", root+"branchen/e_branchen.html"); 
 M.add(-1,12,"");
 M.add(0,"IWS current activities","");
 M.add(2,"Fairs", root+"messe/e_messe.html");
 M.add(2,"Workshops", root+"workshop/e_workshop.html");
 M.add(2,"Press Releases", root+"presse/e_presse.html");
 M.add(2,"Publications", root+"pub/e_pub.html");
 M.add(-1,13,"");
 M.add(1,"IWS - At a glance","/e_welcome.html");
 M.add(-1,12,"");
 M.add(2,"Organization", root+"org/e_org.php");
 M.add(2,"Labs", root+"labore/e_labore.html");
 M.add(2,"IWS in numbers", root+"e_zahlen.html");
 M.add(2,"External Project Groups", root+"e_usa.html");
 M.add(2,"Nano Centre", "http://www.nanotechnology.de/index-eng.html");
 M.add(2,"Innovation Cluster", root+"innovationscluster/e_index.html");
 M.add(2,"TU Dresden, IOF", root+"e_iof.html");
 M.add(-1,15,"");
 M.add(1,"Fraunhofer-Gesellschaft", "http://www.fraunhofer.de/english/");
 M.add(1,"Fraunhofer in Dresden", "http://www.dresden.fraunhofer.de/e_index.html");
 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 - We about us")
  s="e_welcome.html";
 var verz=s.substr(s.lastIndexOf('.fraunhofer.de/')+15,s.lastIndexOf('/')+1-s.lastIndexOf('.fraunhofer.de/')-15);
 var deutsch=s.substr(s.lastIndexOf('/')+3,s.length-s.lastIndexOf('/')-3);
 S.add("deutsch.gif", "Deutsch", verz+deutsch);
 S.add(root+"layout/search_e.gif", "Search", root+"search/e_search.html");
 S.add(root+"layout/contact_e.gif", "Contact", root+"e_contact.html");
 S.add(root+"layout/intern.gif", "IWS Intern", root+"private/intern/intern.html");
 S.add(root+"layout/publishing_notes.gif", "Publishing Notes", root+"extra/e_impressum.php");
 S.add(root+"layout/data_protection.gif", "Data Protection", root+"extra/e_datenschutz.php");
 S.add(root+"layout/linking_policy.gif", "Linking Policy", root+"extra/e_linking_policy.php");
}
