function onLoad() { if (document.layers) { loadMenus(); } } function loadMenus() { //Dynamic Menus window.myMenu = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#D5EDE1","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); myMenu.addMenuItem("my menu item A"); //Woodlands window.myMenu1 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#D5EDE1","left","middle",1,0,1000,-5,7,true,true,true,17,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu1.menuWidth=166; myMenu1.menuItemWidth=166; } else { myMenu1.menuWidth=166; myMenu1.menuItemWidth=166; } myMenu1.addMenuItem("Location & Directions","location='/llweb/woodlands/main.nsf/all/wo_location'"); myMenu1.addMenuItem("Masterplan","location='/llweb/woodlands/main.nsf/all/wo_masterplan'"); myMenu1.addMenuItem("News","location='/llweb/woodlands/main.nsf/webnewscurrent?openview&y=2010&start=1&count=999999'"); myMenu1.addMenuItem("Fast Facts","location='/llweb/woodlands/main.nsf/all/wo_fastfacts'"); myMenu1.addMenuItem("About Us","location='/llweb/woodlands/main.nsf/all/wo_aboutus'"); //Community Lifestyle window.myMenu2 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#D5EDE1","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu2.menuWidth=156; myMenu2.menuItemWidth=156; } else { myMenu2.menuWidth=156; myMenu2.menuItemWidth=156; } myMenu2.addMenuItem("What's On","location='/llweb/woodlands/main.nsf/all/cl_sb_whaton'"); myMenu2.addMenuItem("Welcome Program","location='/llweb/woodlands/main.nsf/all/cl_welcome'"); myMenu2.addMenuItem("Community","location='/llweb/woodlands/main.nsf/all/cl_comm'"); myMenu2.addMenuItem("Open Spaces","location='/llweb/woodlands/main.nsf/all/cl_openspaces'"); myMenu2.addMenuItem("Sports & Recreation","location='/llweb/woodlands/main.nsf/all/cl_sports'"); myMenu2.addMenuItem("Education","location='/llweb/woodlands/main.nsf/all/cl_education'"); myMenu2.addMenuItem("Shopping","location='/llweb/woodlands/main.nsf/all/cl_shopping'"); myMenu2.addMenuItem("Transport","location='/llweb/woodlands/main.nsf/all/cl_transport'"); myMenu2.addMenuItem("Woodlands Community Inc.","location='/llweb/woodlands/main.nsf/all/cl_wci'"); //Living Options window.myMenu3 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#D5EDE1","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu3.menuWidth=161; myMenu3.menuItemWidth=161; } else { myMenu3.menuWidth=161; myMenu3.menuItemWidth=161; } myMenu3.addMenuItem("Village Options","location='/llweb/woodlands/main.nsf/all/lo_village'"); myMenu3.addMenuItem("Land","location='/llweb/woodlands/main.nsf/all/lo_land'"); myMenu3.addMenuItem("New Homes","location='/llweb/woodlands/main.nsf/all/lo_nh'"); myMenu3.addMenuItem("Customer Service","location='/llweb/woodlands/main.nsf/all/lo_custserv'"); myMenu3.addMenuItem("Display Village","location='/llweb/woodlands/main.nsf/all/lo_displayvillage'"); myMenu3.addMenuItem("Delfin Living Options Magazine","location='/llweb/woodlands/main.nsf/all/lo_dlom'"); //Contact Us window.myMenu4 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#D5EDE1","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu4.menuWidth=151; myMenu4.menuItemWidth=151; } else { myMenu4.menuWidth=151; myMenu4.menuItemWidth=151; } myMenu4.addMenuItem("Contact Details","location='/llweb/woodlands/main.nsf/all/cu_details'"); myMenu.writeMenus(); }