//--------------------------------------------------------
// Name    : basedata.js
// Language: JavaScript 1.1
// Summary : Common data for entire web site.
// History : Author--------- Description------------------
// 01/01/05: David Winn      Created. Data only - no history.
//--------------------------------------------------------

bh = new buttonHandler("./images/");
menu = new Menu("menu", "http://southforkprairie.com/");


// ----- Parmeters:  id, URL,  Mouseover Message
menu.add("Home", "index.html", "Click here to return to the South Fork Prairie home page.");
menu.add("What's New", "news.html", "Click here to read about updates to the website.");
menu.add("Plant List", "plants/plants.html", "Click here to view the South Fork Praire plant list.");
menu.add("Restoration", "restore.html", "Click here to read about the efforts to restore South Fork Prairie.");
menu.add("Glade", "glade.html", "Click here to read about the Sourth Fork Prairie glade.");
menu.add("Thanks", "thanks.html", "Click here to read about some very special people!");
menu.add("Links", "links.html", "Click here to view a list of related web sites that may be of interest.");
menu.add("About Us", "us.html", "Click here to read about the current owners of South Fork Prairie and this website.");
