function init()
{
	menus[0] = new menu(200, "vertical", 30, 120, -2, -2, "#FFFF66", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("#", "", 22, "left", "&nbsp; Flowering Plants", 1);
	menus[0].addItem("#", "", 22, "left", "&nbsp; Non-flowering Plants", 2);

//Sub Menu for 1st Main Menu Item ("flowering"):
	menus[1] = new menu(260, "vertical", 0, 0, -5, -5, "#FFFF99", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("#", "", 22, "left", "&nbsp; Sexual Reproduction: <font color=red>SEEDS</font>", 3);
	menus[1].addItem("#", "", 22, "left", "&nbsp; Asexual Reproduction", 4);


//Sub Menu for 1st Main Menu Item ("Non-flowering"):
	menus[2] = new menu(240, "vertical", 0, 0, -5, -5, "#FFFF99", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("#", "", 22, "left", "&nbsp; Reproduction by <font color=red>SPORES</font>", 5);


//Sub Menu for Sub Menu "flowering - sexual":
	menus[3] = new menu(370, "vertical", 0, 0, 0, 0, "#FFFFCC", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, true, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("#", "", 370, "left", "<br><OL><LI><font color=red>POLLINATION</font> must take place ... male cells in pollen grains from the ripe anther must be transferred to the stigma.<br><br>Most flowering plants have colourful and scented flowers to attract <font color=red>insects</font> for pollination.<br><br><small>Examples: buttercups, roses &amp; wallflowers</small><br><br>Other flowering plants use the <font color=red>wind</font> in pollination.<br><br><small>Examples: grasses &amp; hazel trees</small><br><br></LI><LI>The pollen grain then sends a tube into the stigma and down the style to an ovule in the ovary.<br><br></LI><LI>One of the male cells from the pollen grain travels down this tube and joins with an egg cell and the ovule starts to develop into a fertile seed.</LI></OL>", 0);


//Sub Menu for Sub Menu "flowering - asexual":
	menus[4] = new menu(400, "vertical", 0, 0, 0, 0, "#FFFFCC", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, true, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("#", "", 360, "left", "<div style=padding-left:10px><br><font color=red>VEGETATIVE REPRODUCTION:</font> Method by which plants reproduce without the union of cells or nuclei of cells ... thus producing new plants that are genetically identical to the parent.<br><br>This takes place through vegetative structures:</div><OL><LI>cuttings - branches e.g., bougainvillea<br><br></LI><LI>cuttings - leaves e.g., African violet<br><br></LI><LI>leaves e.g., bryophyllum<br><br></LI><LI>bulbs e.g., onion<br><br></LI><LI>runners e.g., strawberry plant<br><br></LI><LI>underground stems e.g., potato &amp; ginger<br><br></LI><LI>roots e.g., sweet potato</LI></OL>", 0);

//Sub Menu for Sub Menu "spores - both sexual and asexual":
	menus[5] = new menu(340, "vertical", 0, 0, 0, 0, "#FFFFCC", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, true, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("#", "", 300, "left", "<br><OL><LI><font color=red>Mosses, ferns, algae &amp; fungi</font> make new plants from spores.<br><br></LI><LI>The spore-generating organs are frequently located on the undersides of leaves.<br><br></LI><LI>Some spores are produced by the union of sex cells (gametes); others, without the union of gametes.<br><br></LI><LI>Many spores are scattered by the wind, and others are transported by water or small animals.<br><br></LI><LI>A spore that lands in a favourable location germinates and grows.</LI></OL>", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
