

_scrollAmount=5                  // Only Used for Netscape 4 scrolling
_scrollDelay=10	                 // Only Used for Netscape 4 scrolling
_scrollUpImage=""     // Only Used for Netscape 4 scrolling
_scrollDownImage="" // Only Used for Netscape 4 scrolling


_menuCloseDelay=300              // The delay for menus to remain visible on mouse off
_menuOpenDelay=150               // The delay for opening menus on mouse over
_subOffsetTop=0;                 // Sub menu offset Top position
_subOffsetLeft=0;                // Sub menu offset Left position

Goverfilter = "Fade(duration=0);Shadow(color='#777777', Direction=135, Strength=3)"
Goutfilter = "randomdissolve(duration=0.4)"


with(vertStyle=new mm_style()){
     onbgcolor = "#009999"; //color of the background when the mouse is ON the item
       oncolor = "#ffffff"; //color of the text when the mouse moves over a item
    offbgcolor = "#ffffff"; //color of the background when the mouse is NOT on the item
      offcolor = "#333333"; //color of the text when the mouse is NOT on the item
  visitedcolor = ""; // same as above, but visited
   bordercolor = "#999999";
   borderstyle = "solid";
separatorcolor = "#dddddd";
 separatorsize = 1;
 separatorpadding=1
       padding = 4
   borderwidth = 1
   onborder="1px solid #000000";
      fontsize = "10pt"; //size of all text inside the menu's
    fontweight = "bold"
    fontfamily = "Verdana,Arial,Helvetia";
     pagebgcolor = "#ECF4F9"; //color of the background when a menu-item is active
     pageimage="";
       pagecolor = "#333333"; //color of the text when a menu-item is active
      subimage = "";
      onsubimage=""
      headercolor = "#000000";
headerbgcolor = "#000000";
headerborder="1px solid #000000";
itemwidth = 118; //size of the individual menus
}

horizStyle=new copyOf(vertStyle)
horizStyle.overfilter=""
horizStyle.outfilter=""
horizStyle.borderwidth=1
horizStyle.separatorpadding=0
horizStyle.onborder="";
horizStyle.separatorcolor = "#E5EDF4";
horizStyle.subimage="";
horizStyle.onsubimage="";
horizStyle.onbgcolor = "#009999";
horizStyle.oncolor = "#ffffff";
horizStyle.offbgcolor = "#809DC9";
horizStyle.offcolor = "#333333";


with(milonic=new menuname("mainmenu2")){
 style = horizStyle;
 alwaysvisible = 1;
 orientation="horizontal"
 aI("text=Outreach;url=../index.php;title=Outreach");
 aI("text=Home;url=index.php;title=Home");
 aI("text=Games&nbsp;&amp;&nbsp;puzzles;title=Games&nbsp;&amp;&nbsp;puzzles;showmenu=games;");
 aI("text=Simple science;url=science.php;showmenu=science;");
 aI("text=Creatures;url=creatures.php;showmenu=creatures;");
 aI("text=Downloads;url=downloads.php;");
}

	   with(milonic=new menuname("introduction")){
	         style = vertStyle;
	         top="offset=2";
	         margin=3;
	       	}
	
	
	with(milonic=new menuname("Games")){
	 style = vertStyle;
	 top="offset=2"
         margin=3
	aI("text=Puzzles;url=puzzles.php");
	aI("text=Word search;url=wordsearch.php");
	aI("text=Match the Groups!;url=match.php;");
	aI("text=Cut off by the tide!;url=hangman.php;");
	aI("text=The Sea crossword!;url=crossword.php;");
        aI("text=Colour me in!;url=colour.php;");
	      }

	with(milonic=new menuname("Stories")){
	 style = vertStyle;
	 top="offset=2"
	 margin=3
	 aI("text=Story 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=story1.php");
	 aI("text=Story 2;url=story2.php");
  	}	
	

	with(milonic=new menuname("science")){
	 style = vertStyle;
	 top="offset=2"
	 margin=3
        aI("text=How big is the sea?;url=seas.php;");
	aI("text=Why is the sea salty?;url=salty.php;");
	aI("text=What causes tides?;url=tides.php;");
	aI("text=Where do waves come from?;url=waves.php;");
	aI("text=How deep is the sea?;url=deep.php;");
        aI("text=Why is the sea blue?;url=blue.php;");
        aI("text=So why are there so many different creatures?;url=why.php;showmenu=why;")
	

	      with(milonic=new menuname("why")){
	         style = vertStyle;
	         top="offset=0";
                 alwaysvisible = 0;
	         margin=3;
	        aI("text=Depth of water;url=depth.php");
	        aI("text=Salinity;url=salinity.php");
			aI("text=Temperature;url=temperature.php");
			aI("text=Seabed type;url=seabed.php");
			aI("text=Water movement;url=watermove.php");
			aI("text=Water quality;url=waterqual.php");
			
}
}	 




	
	with(milonic=new menuname("creatures")){
	 style = vertStyle;
	 top="offset=2"
	 margin=3
	 aI("text=Fish;url=pisces.php;");
	 aI("text=Whales and dolphins;url=mammals.php;");
     aI("text=Turtles;url=reptiles.php;");
     aI("text=Sea anenomes & Jellyfish;url=cnidaria.php;");
     aI("text=Sea Birds;url=aves.php;");
     aI("text=Sea Squirts;url=tunicates.php;");
     aI("text=Seaweed;url=algae.php;");
     aI("text=Lobsters & Crabs;url=crustaceans.php;");
     aI("text=Sponges;url=porifera.php;");
     aI("text=Starfish & Urchins;url=echinoderms.php;");
     aI("text=Worms;url=polychaetes.php;");
     aI("text=Octopus, Snails & Oysters;url=molluscs.php;");
}
	


drawMenus()

// Add this bit if you haven't finished building menus yet.
//clearTimeout(_mst)
//_mst=null
//_startM=1


