<!--function goPage(form) {    i = form.menu.selectedIndex;    if (i != 0) {    window.location.href = url[i];    } } function makeArray()   {    var args = makeArray.arguments ;    for (var i = 0; i < args.length; i++)  {    this[i] = args[i] ;    }    this.length = args.length;  }    var pages = new makeArray("Select the Desired Table of Contents",                                "Alphabetical - Flora",                                "Family: Acanthus - Caltrop","Family: Composite","Family: Cypress - Goosefoot","Family: Legumes","Family: Gourd - Mint","Family: Mistletoe - Passionflower","Family: Phlox - Rose","Family: Spiderwort - Willow","Date: March","Date: April","Date: May","Date: June","Date: July","Date: August","Date: September","Date: October","Date: November","Fauna");    var url = new makeArray("",                            "/flowers/toc_alpha.html",                            "/flowers/toc_fam1.html",                            "/flowers/toc_comp.html",                            "/flowers/toc_fam2.html",							"/flowers/toc_legume.html",							"/flowers/toc_fam3.html",							"/flowers/toc_fam4.html",							"/flowers/toc_fam5.html",							"/flowers/toc_fam6.html",							"/flowers/toc_march.html",							"/flowers/toc_april.html",							"/flowers/toc_may.html",							"/flowers/toc_june.html",							"/flowers/toc_july.html",							"/flowers/toc_august.html",							"/flowers/toc_sept.html",							"/flowers/toc_oct.html",							"/flowers/toc_nov.html",							"/flowers/toc_fauna.html");//-->