function onLoad() { window.world = new Menu("World"); world.addMenuItem("The bivi-Tec Screen", "top.window.location='http://www.aggregatesequipment.com/bivitec_screen_solution.htm'"); world.addMenuItem("The Ortner", "top.window.location='http://www.aggregatesequipment.com/ortner_solution.htm'"); world.addMenuItem("Conveyors", "top.window.location='http://www.aggregatesequipment.com/conveyors_solution.htm'"); window.prodapp = new Menu("Product Apps"); prodapp.addMenuItem("Product Applications Main", "top.window.location='http://www.aggregatesequipment.com/productapps.htm'"); prodapp.addMenuItem("Sand and Gravel Plant", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#SandandGravelPlant'"); prodapp.addMenuItem("Manufactured Sand", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#ManufacturedSand'"); prodapp.addMenuItem("Non-ferrous Metal Recovery Plant", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#Non-ferrousMetalRecoveryPlant'"); prodapp.addMenuItem("Sludge Composting Plant", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#SludgeCompostingPlant'"); prodapp.addMenuItem("Waste Coal Power Plant", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#WasteCoalPowerPlant'"); prodapp.addMenuItem("Waste Fuel Paper Plant", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#WasteFuelPaperPlant'"); prodapp.addMenuItem("AEI Equipment", "top.window.location='http://www.aggregatesequipment.com/productapps.htm#AEIEquipment'"); window.news = new Menu("News"); news.addMenuItem("AEI News And Events", "top.window.location='http://www.aggregatesequipment.com/news.htm'"); news.addMenuItem("Industry Resource Links", "top.window.location='http://www.aggregatesequipment.com/links.htm'"); window.video = new Menu("Video"); video.addMenuItem("View bivi-Tec Screens", "top.window.location='http://www.aggregatesequipment.com/bivitec_screen_video.htm'"); video.addMenuItem("View Ortner", "top.window.location='http://www.aggregatesequipment.com/ortner_video.htm'"); prodapp.fontSize = 12; prodapp.fontColor = "#FFFFFF"; prodapp.menuItemBgColor = "#E87400"; prodapp.menuHiliteBgColor = "#A0540E"; prodapp.menuItemWidth = 195; prodapp.menuBorder = 0; prodapp.menuItemBorder = 0; prodapp.menuItemIndent = 5; prodapp.menuItemHeight = 14; video.fontSize = 12; video.fontColor = "#FFFFFF"; video.menuItemBgColor = "#E87400"; video.menuHiliteBgColor = "#A0540E"; video.menuItemWidth = 130; video.menuBorder = 0; video.menuItemBorder = 0; video.menuItemIndent = 5; video.menuItemHeight = 14; news.fontSize = 12; news.fontColor = "#FFFFFF"; news.menuItemBgColor = "#E87400"; news.menuHiliteBgColor = "#A0540E"; news.menuItemWidth = 140; news.menuBorder = 0; news.menuItemBorder = 0; news.menuItemIndent = 5; news.menuItemHeight = 14; world.fontSize = 12; world.fontColor = "#FFFFFF"; world.menuItemBgColor = "#E87400"; world.menuHiliteBgColor = "#A0540E"; world.menuItemWidth = 120; world.menuBorder = 0; world.menuItemBorder = 0; world.menuItemIndent = 5; world.menuItemHeight = 14; world.writeMenus(); }