var stop;
var stopsub;
var curmenu="";
var submenu="";
var menuwidth=112;
var menuheight=43;
var menu = new Menu();

menu.addItem('Land','','website_design/land.jpg');
menu.addsubmenu();
menu.addsubmenuitem('Be Wild About Wildflowers','http://www.kidsforsavingearth.org/programs/wildflowerteam_join.htm','left');
menu.addsubmenuitem('Book','http://www.ksegreenshop.org/index.php#moonbook','left');
menu.addsubmenuitem('Can Can Carnival','http://www.kidsforsavingearth.org/CanCanCarnivalfinal_Layout%201.pdf','left');
menu.addsubmenuitem('Great Garbage Challenge','http://www.kidsforsavingearth.org/programs/garbagechallenge.html','left');
menu.addsubmenuitem('Global Warming','http://kidsforsavingearth.org/programs.html','left');
menu.addsubmenuitem('Green Birthday','http://www.kidsforsavingearth.org/programs/green2.pdf','left');
menu.addsubmenuitem('Inspector Checklist','http://www.kidsforsavingearth.org/inspectorchecklist.htm','left');
menu.addsubmenuitem('KSE Rainforest','http://www.kidsforsavingearth.org/RainforestquarkFinal_Layout%201.pdf','left');
menu.addsubmenuitem('Laurel School Recycle Video','Videos/recyclevideo.html','left');
menu.addsubmenuitem('Real Christmas Trees','http://kidsforsavingearth.org/XMAS.pdf','left');
menu.addsubmenuitem('Reading for the Earth Challenge','readingchallenge.pdf','left');
menu.addsubmenuitem('Travel the Earth','TTE/triptotheforest.htm','left');
menu.addsubmenuitem('Trip to the Forest','TTE/triptotheforest.htm','left');
menu.addsubmenuitem('Spanish Global Warming','http://www.kidsforsavingearth.org/spanishGlo.pdf','left');
menu.addsubmenuitem('Teaching Grown Ups','teaching_grownups/index.html','left');

menu.addItem('Air','','website_design/air.jpg');
menu.addsubmenu();
menu.addsubmenuitem('Global Warming','epal_newsletter/GlobalWarmingFinal2-14_Global%20Warming.pdf','left');
menu.addsubmenuitem('Spanish Global Warming','http://www.kidsforsavingearth.org/spanishGlo.pdf','left');
menu.addsubmenuitem('Kids\' Asthma Environmental Causes','programs/kidsasthma.htm','left');
menu.addsubmenuitem('Inspector Checklist','http://www.kidsforsavingearth.org/inspectorchecklist.htm','left');
menu.addsubmenuitem('No Idling','http://kidsforsavingearth.org/Noidling.pdf','left');
menu.addsubmenuitem('Real Christmas Trees','http://kidsforsavingearth.org/XMAS.pdf','left');
menu.addsubmenuitem('School Bus Emissions','programs/epalalert.htm','left');
menu.addsubmenuitem('Spanish Whats a Toxic Waste Site?','whatstoxic.pdf','left');
menu.addsubmenuitem('Sun Power','solar_power.htm','left');
menu.addsubmenuitem('Tune Up the Earth Challenge','programs/tuneupfront.htm','left');
menu.addsubmenuitem('What is a Toxic Waste Site?','toxicwastesite/page1.htm','left');
menu.addsubmenuitem('Wind Power','wind.pdf','left');
menu.addsubmenuitem('Teaching Grown Ups','teaching_grownups/index.html','left');

menu.addItem('Water','','website_design/water.jpg');
menu.addsubmenu();
menu.addsubmenuitem('Creature Features','creaturefeature/index.html','left');
menu.addsubmenuitem('Inspector Checklist','http://www.kidsforsavingearth.org/inspectorchecklist.htm','left');
menu.addsubmenuitem('Spanish Whats a Toxic Waste Site?','whatstoxic.pdf','left');
menu.addsubmenuitem('Travel the Earth','TTE/triptotheforest.htm','left');
menu.addsubmenuitem('Trip to the Forest','TTE/triptotheforest.htm','left');
menu.addsubmenuitem('What\'s a Toxic Waste Site?','toxicwastesite/page1.htm','left');
menu.addsubmenuitem('Wonderful World of Water','water/water1.htm','left');
menu.addsubmenuitem('The H2O Challenege Quiz','http://www.kidsforsavingearth.org/ecoactivities/waterquiz.pdf','left');
menu.addsubmenuitem('Water Waster Post Card','http://www.kidsforsavingearth.org/ecoactivities/wastecard.html','left');

menu.addItem('Creatures','','website_design/creatures.jpg');
menu.addsubmenu();
menu.addsubmenuitem('Be Wild About Wildflowers','http://www.kidsforsavingearth.org/programs/wildflowerteam_join.htm','left');
menu.addsubmenuitem('Bird Buddies','programs/birdbuddieschallenge.htm','left');
menu.addsubmenuitem('Creature Features','creaturefeature/index.html','left');
menu.addsubmenuitem('Dragonflies','dragonfly/1.htm','left');
menu.addsubmenuitem('Heart of the Arctic','arctic/index.html','left');
menu.addsubmenuitem('KSE Rainforest','programs/rainforest.htm','left');
menu.addsubmenuitem('Magic Monarch Spinners','monarch.htm','left');
menu.addsubmenuitem('Precious Species','http://kidsforsavingearth.org/precious/Entry.pdf','left');
menu.addsubmenuitem('What\'s a Toxic Waste Site?','toxicwastesite/page1.htm','left');
menu.addsubmenuitem('Wonderful World of Water','water/water1.htm','left');

menu.showMenu();

