function onLoad() { if (document.layers) { loadMenus(); } } function loadMenus() { //Dynamic Menus window.myMenu = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#99CCFF","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); myMenu.addMenuItem("my menu item A"); //Springfield Lakes window.myMenu1 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#99CCFF","left","middle",1,0,1000,-5,7,true,true,true,17,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu1.menuWidth=165; myMenu1.menuItemWidth=165; } else { myMenu1.menuWidth=165; myMenu1.menuItemWidth=165; } myMenu1.addMenuItem("Location & Directions","location='/llweb/springfieldlakes/main.nsf/all/sl_location'"); myMenu1.addMenuItem("Masterplan","location='/llweb/springfieldlakes/main.nsf/all/sl_masterplan'"); myMenu1.addMenuItem("Fast Facts","location='/llweb/springfieldlakes/main.nsf/all/sl_facts'"); myMenu1.addMenuItem("What's New","location='/llweb/springfieldlakes/main.nsf/all/sl_whatsnew'"); myMenu1.addMenuItem("News","location='/llweb/springfieldlakes/main.nsf/webnewscurrent?openview&y=2010&start=1&count=999999'"); myMenu1.addMenuItem("About Us","location='/llweb/springfieldlakes/main.nsf/all/sl_about'"); //Community Lifestyle window.myMenu2 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#99CCFF","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("Welcome Program","location='/llweb/springfieldlakes/main.nsf/all/cl_welcome'"); myMenu2.addMenuItem("Community","location='/llweb/springfieldlakes/main.nsf/all/cl_comm'"); myMenu2.addMenuItem("Education","location='/llweb/springfieldlakes/main.nsf/all/cl_education'"); myMenu2.addMenuItem("Shopping","location='/llweb/springfieldlakes/main.nsf/all/cl_shopping'"); myMenu2.addMenuItem("Sports & Recreation","location='/llweb/springfieldlakes/main.nsf/all/cl_sports'"); myMenu2.addMenuItem("Open Spaces","location='/llweb/springfieldlakes/main.nsf/all/cl_openspaces'"); myMenu2.addMenuItem("Business","location='/llweb/springfieldlakes/main.nsf/all/cl_business'"); myMenu2.addMenuItem("Transport","location='/llweb/springfieldlakes/main.nsf/all/cl_transport'"); //Living Options window.myMenu3 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#99CCFF","left","middle",1,0,1000,-5,7,true,true,true,8,true,true); if (navigator.appName.indexOf("Microsoft")>=0) { myMenu3.menuWidth=151; myMenu3.menuItemWidth=151; } else { myMenu3.menuWidth=151; myMenu3.menuItemWidth=151; } myMenu3.addMenuItem("Village Options","location='/llweb/springfieldlakes/main.nsf/all/lo_village'"); myMenu3.addMenuItem("Land","location='/llweb/springfieldlakes/main.nsf/all/lo_land_at'"); myMenu3.addMenuItem("Display Village","location='/llweb/springfieldlakes/main.nsf/all/lo_display'"); myMenu3.addMenuItem("Home and Land Packages","location='/llweb/springfieldlakes/main.nsf/all/lo_packages'"); myMenu3.addMenuItem("New Homes","location='/llweb/springfieldlakes/main.nsf/all/lo_newhomes'"); myMenu3.addMenuItem("Town Cottages","location='/llweb/springfieldlakes/main.nsf/all/lo_towncottages'"); myMenu3.addMenuItem("Established Homes","location='/llweb/springfieldlakes/main.nsf/all/lo_esthomes'"); myMenu3.addMenuItem("Property Management","location='/llweb/springfieldlakes/main.nsf/all/lo_propertymgt'"); myMenu3.addMenuItem("Customer Service","location='/llweb/springfieldlakes/main.nsf/all/lo_custserv'"); myMenu3.addMenuItem("Life at Springfield Lakes Magazine","location='/llweb/springfieldlakes/main.nsf/all/lo_life'"); //Contact Us window.myMenu4 = new Menu("root",93,20,"Arial",11,"#666666","#666666","#FFFFFF","#99CCFF","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/springfieldlakes/main.nsf/all/cu_contact'"); myMenu.writeMenus(); }