function onLoad() { if (document.layers) { loadMenus(); } } function loadMenus() { //Dynamic Menus window.myMenu = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu.addMenuItem("my menu item A"); //About Us window.myMenu1 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu1.addMenuItem("Who We Are","location='/llweb/bll/main.nsf/all/all_whooverview'"); myMenu1.addMenuItem("Our People","location='/llweb/bll/main.nsf/all/au_ourpeople'"); myMenu1.addMenuItem("Sustainability","location='/llweb/bll/main.nsf/all/au_sust'"); myMenu1.addMenuItem("Health and Safety","location='/llweb/bll/main.nsf/all/au_healthsafety'"); myMenu1.addMenuItem("Related Businesses","location='/llweb/bll/main.nsf/all/au_buss'"); myMenu1.addMenuItem("Publications","location='/llweb/bll/main.nsf/all/au_publications'"); //Services window.myMenu2 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu2.addMenuItem("Overview","location='/llweb/bll/main.nsf/all/ss_ov'"); myMenu2.addMenuItem("Asia","location='/llweb/bll/main.nsf/all/ss_asia'"); myMenu2.addMenuItem("Australia","location='/llweb/bll/main.nsf/all/ss_au'"); myMenu2.addMenuItem("Latin America and the Caribbean","location='/llweb/bll/main.nsf/all/ss_amer'"); myMenu2.addMenuItem("United States","location='/llweb/bll/main.nsf/all/ss_us'"); myMenu2.addMenuItem("UK and Ireland","location='/llweb/bll/main.nsf/all/ss_uk'"); myMenu2.addMenuItem("Continental Europe, Middle East and Africa","location='/llweb/bll/main.nsf/all/ss_ceme'"); //Sectors window.myMenu3 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu3.addMenuItem("Overview","location='/llweb/bll/main.nsf/all/ob_sec_overview'"); myMenu3.addMenuItem("Arts & Culture","location='/llweb/bll/main.nsf/all/ob_sec_art'"); myMenu3.addMenuItem("Commercial Office","location='/llweb/bll/main.nsf/all/ob_sec_comm'"); myMenu3.addMenuItem("Data Centres","location='/llweb/bll/main.nsf/all/ob_sec_data'"); myMenu3.addMenuItem("Education","location='/llweb/bll/main.nsf/all/ob_sec_edu'"); myMenu3.addMenuItem("Government","location='/llweb/bll/main.nsf/all/ob_sec_gov'"); myMenu3.addMenuItem("Healthcare","location='/llweb/bll/main.nsf/all/ob_sec_hc'"); myMenu3.addMenuItem("Hotels & Resorts","location='/llweb/bll/main.nsf/all/ob_sec_hotel'"); myMenu3.addMenuItem("Industrial","location='/llweb/bll/main.nsf/all/ob_sec_ind'"); myMenu3.addMenuItem("Pharmaceutical","location='/llweb/bll/main.nsf/all/ob_sec_phar'"); myMenu3.addMenuItem("Residential","location='/llweb/bll/main.nsf/all/ob_sec_res'"); myMenu3.addMenuItem("Retail","location='/llweb/bll/main.nsf/all/ob_sec_ret'"); myMenu3.addMenuItem("Senior Living","location='/llweb/bll/main.nsf/all/ob_sec_senior'"); myMenu3.addMenuItem("Sport & Leisure","location='/llweb/bll/main.nsf/all/ob_sec_sl'"); myMenu3.addMenuItem("Telecommunications","location='/llweb/bll/main.nsf/all/ob_sec_tele'"); myMenu3.addMenuItem("Transport & Aviation","location='/llweb/bll/main.nsf/all/ob_sec_tran'"); myMenu3.addMenuItem("Water & Infrastructure","location='/llweb/bll/main.nsf/all/ob_sec_inf'"); //Global Locations window.myMenu4 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu4.addMenuItem("Locations","location='/llweb/bll/main.nsf/all/gl_az'"); myMenu4.addMenuItem("Asia","location='/llweb/bll/main.nsf/all/gl_asia'"); myMenu4.addMenuItem("Australia","location='/llweb/bll/main.nsf/all/gl_au'"); myMenu4.addMenuItem("Latin America & the Caribbean","location='/llweb/bll/main.nsf/all/gl_americas'"); myMenu4.addMenuItem("United States","location='/llweb/bll/main.nsf/all/gl_us'"); myMenu4.addMenuItem("UK and Ireland","location='/llweb/bll/main.nsf/all/gl_uk'"); myMenu4.addMenuItem("Continental Europe, Middle East and Africa","location='/llweb/bll/main.nsf/all/gl_europe'"); //News Room window.myMenu5 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu5.addMenuItem("Current","location='/llweb/bll/main.nsf/webnewscurrent?openview&start=1&count=10'"); myMenu5.addMenuItem("Archive","location='/llweb/bll/main.nsf/webnewsarchive?openview&y=2008&start=1&count=10'"); myMenu5.addMenuItem("Media Contacts","location='/llweb/bll/main.nsf/all/cu_media'"); //Projects window.myMenu6 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu6.addMenuItem("View by Region","location='/llweb/bll/main.nsf/all/pro_region'"); myMenu6.addMenuItem("View by Market Sector","location='/llweb/bll/main.nsf/all/pro_market_art'"); myMenu6.addMenuItem("View Alphabetically","location='/llweb/bll/main.nsf/all/pro_alpha'"); myMenu6.addMenuItem("View Current Projects","location='/llweb/bll/main.nsf/all/pro_current'"); //Careers window.myMenu7 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu7.addMenuItem("Overview","location='/llweb/bll/main.nsf/all/car_over'"); myMenu7.addMenuItem("Asia","location='/llweb/bll/main.nsf/all/car_asia'"); myMenu7.addMenuItem("Australia","location='/llweb/bll/main.nsf/all/car_ap_bll'"); myMenu7.addMenuItem("Continental Europe, Middle East & Africa","location='/llweb/bll/main.nsf/all/car_cemea_co'"); myMenu7.addMenuItem("Latin America & the Caribbean","location='/llweb/bll/main.nsf/all/car_am_lat'"); myMenu7.addMenuItem("United States","location='/llweb/bll/main.nsf/all/car_am_usa'"); myMenu7.addMenuItem("UK and Ireland","location='/llweb/bll/main.nsf/all/car_eu_uk_co'"); //Contact Us window.myMenu8 = new Menu("root",220,26,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#ffffff","#C8E7F0","#FF3F2F","left","middle",1,0,1000,-5,7,true,true,true,0,true,true); myMenu8.addMenuItem("Enquiry","location='/llweb/bll/main.nsf/all/cu_general'"); myMenu8.addMenuItem("Media","location='/llweb/bll/main.nsf/all/cu_media'"); myMenu8.addMenuItem("Careers","location='/llweb/bll/main.nsf/all/car_over'"); myMenu8.addMenuItem("Office Addresses","location='/llweb/bll/main.nsf/all/cu_office_asia'"); myMenu.writeMenus(); }