/***********************************************
*   (c) Ger Versluis 2000 version 13.10 August 1, 2004       *            *
*   www.burmees.nl/menu                   *
*   You may remove all comments for faster loading            *     
************************************************/
                        // Colorvariables:
                        // Color variables take HTML predefined color names or "#rrggbb" strings
                        //For transparency make colors and border color ""
    var LowBgColor="#17746C";           // Background color when mouse is not over
    var HighBgColor="#FFFFFF";          // Background color when mouse is over
    var FontLowColor="#FFFFFF";         // Font color when mouse is not over
    var FontHighColor="#17746C";            // Font color when mouse is over
    var BorderColor="#17746C";          // Border color
    var BorderWidthMain=1;          // Border width main items
    var BorderWidthSub=1;           // Border width sub items
    var BorderBtwnMain=1;           // Border width between elements main items
    var BorderBtwnSub=1;            // Border width between elements sub items
    var FontFamily="tahoma";    // Font family menu items
    var FontSize=9;             // Font size menu items
    var FontBold=0;             // Bold menu items 1 or 0
    var FontItalic=0;               // Italic menu items 1 or 0
    var MenuTextCentered="left";        // Item text position left, center or right
    var MenuCentered="center";          // Menu horizontal position can be: left, center, right
    var MenuVerticalCentered="center";      // Menu vertical position top, middle,bottom or static
    var ChildOverlap=0;         // horizontal overlap child/ parent
    var ChildVerticalOverlap=0;         // vertical overlap child/ parent
    var StartTop=0;             // Menu offset x coordinate
    var StartLeft=0;                // Menu offset y coordinate
    var VerCorrect=0;               // Multiple frames y correction
    var HorCorrect=0;               // Multiple frames x correction
    var DistFrmFrameBrdr=0;         // Distance between main menu and frame border
    var LeftPaddng=5;               // Left padding
    var TopPaddng=2;                // Top padding. If set to -1 text is vertically centered
    var FirstLineHorizontal=1;          // Number defines to which level the menu must unfold horizontal; 0 is all vertical
    var MenuFramesVertical=0;           // Frames in cols or rows 1 or 0
    var DissapearDelay=1000;            // delay before menu folds in
    var UnfoldDelay=50;         // delay before sub unfolds 
    var TakeOverBgColor=1;          // Menu frame takes over background color subitem frame
    var FirstLineFrame="menu";          // Frame where first level appears
    var SecLineFrame="content";         // Frame where sub levels appear
    var DocTargetFrame="content";       // Frame where target documents appear
    var TargetLoc="";               // span id for relative positioning
    var MenuWrap=0;             // enables/ disables menu wrap 1 or 0
    var RightToLeft=0;              // enables/ disables right to left unfold 1 or 0
    var BottomUp=0;             // enables/ disables Bottom up unfold 1 or 0
    var UnfoldsOnClick=0;           // Level 1 unfolds onclick/ onmouseover
//  var BaseHref="../menu/img/";                // BaseHref lets you specify the root directory for relative links. 
    var BaseHref="http://www.esi.nl/";                // BaseHref lets you specify the root directory for relative links.
                        // The script precedes your relative links with BaseHref
                        // For instance: 
                        // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
                        // the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
                        // Can also be used when you use images in the textfields of the menu
                        // "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
                        // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

    var Arrws=[BaseHref+"menu/img/tri.gif",5,10,BaseHref+"menu/img/tridown.gif",10,5,BaseHref+"menu/img/trileft.gif",5,10,BaseHref+"menu/img/triup.gif",10,5];

                        // Arrow source, width and height.
                        // If arrow images are not needed keep source ""

    var MenuUsesFrames=1;           // MenuUsesFrames is only 0 when Main menu, submenus,
                        // document targets and script are in the same frame.
                        // In all other cases it must be 1

    var RememberStatus=0;           // RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
                        // When set to 2 only the relevant main item stays highligthed
                        // The preset is done by setting a variable in the head section of the target document.
                        // <head>
                        //  <script type="text/javascript">var SetMenu="2_2_1";</script>
                        // </head>
                        // 2_2_1 represents the menu item Menu2_2_1=new Array(.......

                        // Below some pretty useless effects, since only IE6+ supports them
                        // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
                        // If you don't need MenuSlide just leave in the line var MenuSlide="";
                        // delete the other MenuSlide statements
                        // In general leave the MenuSlide you need in and delete the others.
                        // Above is also valid for MenuShadow and MenuOpacity
                        // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
                        // You can add more filters by concanating the strings
    var BuildOnDemand=0;            // 1/0 When set to 1 the sub menus are build when the parent is moused over
    var BgImgLeftOffset=5;          // Only relevant when bg image is used as rollover
    var ScaleMenu=0;                // 1/0 When set to 0 Menu scales with browser text size setting

    var HooverBold=0;               // 1 or 0
    var HooverItalic=0;             // 1 or 0
    var HooverUnderLine=0;          // 1 or 0
    var HooverTextSize=0;           // 0=off, number is font size difference on hoover
    var HooverVariant=0;            // 1 or 0

    var MenuSlide="";
    //var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
    //var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

    var MenuShadow="";
    //var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
    //var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

    var MenuOpacity="";
    //var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

    function BeforeStart(){return}
    function AfterBuild(){return}
    function BeforeFirstOpen(){return}
    function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//  "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

    var NoOffFirstLineMenus=10;          // Number of main menu  items


Menu1=new Array("HOME","home/index.html",'',2,16,50,"","","","","","",-1,-1,-1,"","");
    Menu1_1=new Array("CONTACT FORM","home/form.asp",'',0,16,150,"","","","","","",-1,-1,-1,"","");
    Menu1_2=new Array("CONTACT INFORMATION","institute/contact.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
Menu2=new Array("INSTITUTE","institute/index.html",'',11,16,70,"","","","","","",-1,-1,-1,"","");
    Menu2_1=new Array("OVERVIEW","institute/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_2=new Array("MISSON & VISION","institute/mission.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_3=new Array("RESEARCH","institute/research.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_4=new Array("WAY OF WORKING","institute/wow.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_5=new Array("KNOWLEDGE SHARING","knowledge/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_6=new Array("ORGANIZATION","institute/organisation.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_7=new Array("RESEARCH FELLOWS","institute/fellows/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_8=new Array("ACADEMIC NETWORK","institute/academic/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_9=new Array("WHEN TO CONTACT","institute/when.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_10=new Array("CONTACT INFORMATION","institute/contact.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu2_11=new Array("ROUTE INFORMATION","institute/route.html",'',2,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu2_11_1=new Array("CAMPUS MAP","institute/contact-cont-campus.htm",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu2_11_2=new Array("EINDHOVEN MAP","institute/contact-cont-eindhoven.htm",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
Menu3=new Array("NEWS","news/current.html",'',3,15,50,"","","","","","",-1,-1,-1,"","");
    Menu3_1=new Array("CURRENT","news/current.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_2=new Array("PRESS RELEASES","news/press_releases/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3=new Array("HISTORY","news/history/index.html",'',9,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_1=new Array("2010","news/history/2010/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_2=new Array("2009","news/history/2009/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_3=new Array("2008","news/history/2008/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_4=new Array("2007","news/history/2007/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_5=new Array("2006","news/history/2006/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_6=new Array("2005","news/history/2005/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_7=new Array("2004","news/history/2004/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_8=new Array("2003","news/history/2003/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu3_3_9=new Array("2002","news/history/2002/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
Menu4=new Array("PROJECTS","projects/index.html",'',11,15,68,"","","","","","",-1,-1,-1,"","");
    Menu4_1=new Array("OVERVIEW","projects/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_2=new Array("BODERC","projects/boderc/home.asp",'',7,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_1=new Array("THE PROJECT","projects/boderc/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_2=new Array("RESEARCH","projects/boderc/research.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_3=new Array("PARTNERS","projects/boderc/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_4=new Array("PEOPLE","projects/boderc/people.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_5=new Array("PUBLICATIONS","projects/boderc/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_6=new Array("SYMPOSIA","projects/boderc/symposia.asp",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
		Menu4_2_6_1=new Array("2006","projects/boderc/symposia_2006.asp",'',0,15,50,"","","","","","",-1,-1,-1,"left","");
		Menu4_2_6_2=new Array("2005","projects/boderc/symposia_2005.asp",'',0,15,50,"","","","","","",-1,-1,-1,"left","");
		Menu4_2_6_3=new Array("2003","projects/boderc/symposia_2003.asp",'',0,15,50,"","","","","","",-1,-1,-1,"left","");
        Menu4_2_7=new Array("WEBSITES & COURSES","projects/boderc/links.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_3=new Array("TANGRAM","projects/tangram/home.asp",'',5,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_3_1=new Array("THE PROJECT","projects/tangram/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_3_2=new Array("RESEARCH","projects/tangram/research.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_3_3=new Array("PARTNERS","projects/tangram/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_3_4=new Array("PUBLICATIONS","projects/tangram/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_3_5=new Array("SYMPOSIA","projects/tangram/symposium.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_4=new Array("IDEALS","projects/ideals/home.asp",'',4,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_4_1=new Array("THE PROJECT","projects/ideals/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_4_2=new Array("PARTNERS","projects/ideals/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_4_3=new Array("PUBLICATIONS","projects/ideals/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_4_4=new Array("SYMPOSIA","projects/ideals/symposia.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_5=new Array("TRADER","projects/trader.html",'',4,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_5_1=new Array("THE PROJECT","projects/trader/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_5_2=new Array("PARTNERS","projects/trader/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_5_3=new Array("PUBLICATIONS","projects/trader/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_5_4=new Array("SYMPOSIA","projects/trader/symposia.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_6=new Array("DARWIN","projects/darwin.html",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_6_1=new Array("THE PROJECT","projects/darwin/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_6_2=new Array("PARTNERS","projects/darwin/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_6_3=new Array("PUBLICATIONS","projects/darwin/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_7=new Array("FALCON","projects/falcon.html",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_7_1=new Array("THE PROJECT","projects/falcon/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_7_2=new Array("PARTNERS","projects/falcon/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_7_3=new Array("PUBLICATIONS","projects/falcon/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_8=new Array("CONDOR","projects/condor.html",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_8_1=new Array("THE PROJECT","projects/condor/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_8_2=new Array("PARTNERS","projects/condor/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_8_3=new Array("PUBLICATIONS","projects/condor/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_9=new Array("POSEIDON","projects/poseidon.html",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_9_1=new Array("THE PROJECT","projects/poseidon/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_9_2=new Array("PARTNERS","projects/poseidon/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_9_3=new Array("PUBLICATIONS","projects/poseidon/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_10=new Array("OCTOPUS","projects/octopus.html",'',3,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_10_1=new Array("THE PROJECT","projects/octopus/home.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_10_2=new Array("PARTNERS","projects/octopus/partners.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
        Menu4_10_3=new Array("PUBLICATIONS","projects/octopus/publications.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu4_11=new Array("EUROPEAN PROJECTS","projects/european/index.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
Menu5=new Array("KNOWLEDGE SHARING","knowledge/index.html",'',12,15,125,"","","","","","",-1,-1,-1,"","");
    Menu5_1=new Array("OVERVIEW","knowledge/index.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_2=new Array("GAUDI","knowledge/gaudi.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_3=new Array("PUBLICATIONS","knowledge/publications/default.asp",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_4=new Array("REPORTS","knowledge/publications/reports.asp",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_5=new Array("BOOKS","knowledge/books.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_6=new Array("KNOWLEDGE CIRCLES","knowledge/circles/index.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_7=new Array("STUDY GROUPS (SASG)","knowledge/sasg.html",'',2,15,225,"","","","","","",-1,-1,-1,"left","");
	Menu5_7_1=new Array("STUDY GROUPS","knowledge/sasg.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
	Menu5_7_2=new Array("SASG PRESENTATIONS","knowledge/sasg/default.asp",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu5_8=new Array("SYSTEM ARCHITECTURE FORUM","knowledge/saf.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_9=new Array("COURSES","courses/index.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_10=new Array("COMPETENCE DEVELOPMENT PROGRAMME","courses/iac/index.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_11=new Array("EVENTS","events/index.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
    Menu5_12=new Array("RELATED SITES","knowledge/links.html",'',0,15,225,"","","","","","",-1,-1,-1,"left","");
Menu6=new Array("COURSES","courses/index.html",'',15,15,66,"","","","","","",-1,-1,-1,"","");
    Menu6_1=new Array("OVERVIEW","courses/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_2=new Array("COMPETENCE DEVELOPMENT PROGRAMME","courses/iac/index.html",'',0,15,170,"","","","","","",-1,-1,-1,"left","");
    Menu6_3=new Array("FUNDAMENTALS OF SYSTEMS ENGINEERING","courses/fse/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_4=new Array("PROJECT MANAGEMENT OF COMPLEX SYSTEMS","courses/pm/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_5=new Array("MULTI-OBJECTIVE SYSTEM ARCHITECTING & DESIGN","courses/mosad/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_6=new Array("ARCHITECTING FOR SYSTEM PERFORMANCE","courses/asp/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_7=new Array("SYSTEM MODELING & ANALYSIS","courses/sma/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_8=new Array("SYSTEM INTEGRATION","courses/sit/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_9=new Array("SYSTEM RELIABILITY","courses/rsa/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_10=new Array("SYSTEM ARCHITECTING","courses/sarch/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_11=new Array("SOFTWARE ARCHITECTURE WORKSHOP","courses/saw/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_12=new Array("ROLE OF THE ARCHITECT WORKSHOP","courses/raw/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_13=new Array("ENTERPRISE ARCHITECTURE WORKSHOP","courses/eaw/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_14=new Array("STRATEGIC ROADMAPPING FOR TECHNOLOGY INNOVATION","courses/srti/index.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
    Menu6_15=new Array("CONDITIONS","courses/conditions.html",'',0,15,265,"","","","","","",-1,-1,-1,"left","");
Menu7=new Array("EVENTS","events/index.html",'',4,15,60,"","","","","","",-1,-1,-1,"","");
    Menu7_1=new Array("EVENTS OVERVIEW","events/index.html",'',0,15,110,"","","","","","",-1,-1,-1,"left","");
    Menu7_2=new Array("ESI SYMPOSIUM 2010","events/esi_symposium_2010/index.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    Menu7_3=new Array("ESI SYMPOSIUM 2009","events/esi_symposium_2009/index.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    Menu7_4=new Array("ESI SYMPOSIUM 2008","events/esi_symposium_2008/index.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    Menu7_5=new Array("CONFERENCES","events/index.html",'',4,15,110,"","","","","","",-1,-1,-1,"left","");
    	Menu7_5_1=new Array("ICT DELTA 2008","events/ict_delta.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    	Menu7_5_2=new Array("INCOSE 2008","events/incose_2008.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    	Menu7_5_3=new Array("EMBEDDED SYSTEMS 2008","events/b_en_c_2008.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    	Menu7_5_4=new Array("ESI SYMPOSIUM 2008","events/esi_symposium_2008/index_symp.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
    	Menu7_5_4=new Array("ESI SYMPOSIUM 2009","events/esi_symposium_2008/index_symp.html",'',0,15,130,"","","","","","",-1,-1,-1,"left","");
Menu8=new Array("JOBS","jobs/index.html",'',1,15,42,"","","","","","",-1,-1,-1,"","");
    Menu8_1=new Array("GRADUATE STURENTS","jobs/afstudeerder.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu8_2=new Array("POSTDOC","jobs/postdoc.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu8_3=new Array("RESEARCHER","jobs/researcher.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu8_4=new Array("PH.D. STUDENTS","jobs/phds.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu8_5=new Array("PROJECTMANAGER","jobs/projectmanager.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
    Menu8_6=new Array("RESEARCH FELLOWS","jobs/fellows.html",'',0,15,150,"","","","","","",-1,-1,-1,"left","");
Menu9=new Array("WEBSHOP","webshop/step_1.asp",'',1,15,65,"","","","","","",-1,-1,-1,"","");
    Menu9_1=new Array("WEBSHOP","webshop/step_1.asp",'',0,15,65,"","","","","","",-1,-1,-1,"","");
Menu10=new Array("INTRANET","intranet/index.html",'',3,15,70,"","","","","","",-1,-1,-1,"","");
    Menu10_1=new Array("ESI INTRANET","intranet/intra.html",'',0,15,100,"","","","","","",-1,-1,-1,"left","");
    Menu10_2=new Array("ESI WORKSPACE","intranet/workspace.html",'',0,15,100,"","","","","","",-1,-1,-1,"left","");
    Menu10_3=new Array("ESI WIKIS","intranet/wikis.html",'',0,15,100,"","","","","","",-1,-1,-1,"left","");
