// Menu tree
//        MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//        For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("GROUP","","",4,20,125);
        Menu1_1=new Array("TEAM","team.php","",0,20,135);
        Menu1_2=new Array("STRUCTURE","struct.php","",0,20,135);
        Menu1_3=new Array("ALUMNI","alumni.php","",0,20,135);
        Menu1_4=new Array("DOCTORAL THESIS","doctor.php","",0,20,135);


Menu2=new Array("RESEARCH","","",3,20,125);
        Menu2_1=new Array("AREAS","area.php","",0,20,135);
        Menu2_2=new Array("PROJECTS","project.php","",0,20,135);
        Menu2_3=new Array("COOPERATIONS","coop.php","",0,20,135);

Menu3=new Array("STUDIES","","",3,20,125);
        Menu3_1=new Array("MASTER THESIS","master.php?art=alles","",0,20,135);
        Menu3_2=new Array("TEACHING MATERIALS","teach.php","",0,20,135);
        Menu3_3=new Array("STUD. PROJECTS","studpro.php","",0,20,135);


Menu4=new Array("PUBLICATIONS","","",5,20,125);
        Menu4_1=new Array("BOOKS","books.php","",0,20,135);
        Menu4_2=new Array("BOOK CONTRIBUTIONS","bookb.php","",0,20,135);
        Menu4_3=new Array("JOURNALS","journal.php","",0,20,135);
        Menu4_4=new Array("CONFERENCES","conf.php","",0,20,135);
        Menu4_5=new Array("WORKSHOPS","work.php","",0,20,135);

Menu5=new Array("SERVICE","","",5,20,125);
        Menu5_1=new Array("EVENTS","events.php","",0,20,135);
        Menu5_2=new Array("NEWS","news.php","",0,20,135);
        Menu5_3=new Array("JOBS","jobs.php","",0,20,135);
        Menu5_4=new Array("SOFTWARE","software.php","",0,20,135);
        Menu5_5=new Array("LINKS","links.php","",0,20,135);


Menu6=new Array("CONTACT","","",3,20,125);
        Menu6_1=new Array("ADDRESS","contact.php","",0,20,135);
        Menu6_2=new Array("MAP","way.php","",0,20,135);
        Menu6_3=new Array("LEGAL","legal.php","",0,20,135);