function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("group1", "Features >>", "Feature Articles >>",null, null);	
	menu.addItem("group2", "Town News >>", "Town News >>",  null, null);
	menu.addItem("group3", "Guest Book >>", "Guest Book >>",  null, null);
	menu.addItem("group4", "Business >>", "Business >>",  null, null);
	menu.addItem("group5", "Other Stories >>", "Special Interests >>",  null, null);
	menu.addItem("group6", "Back Home >>", "Back Home >>",  null, null);

	
	menu.addSubItem("group1", "Between The Bridges", "Between The Bridges",  "between2002.htm");
	menu.addSubItem("group1", "MikeSnooze", "MikeSnooze", "mehltretter.htm");
	menu.addSubItem("group1", "Treasures", "Treasures",  "treasures.htm");
    menu.addSubItem("group1", "Island Memories", "Island Memories", "memories.htm");
	menu.addSubItem("group1", "Guess What", "Guess What", "guesswhat.htm");
	menu.addSubItem("group1", " ", " ", " ");


	menu.addSubItem("group2", "Town News", "Town News", "townnews2002.htm");
	menu.addSubItem("group2", "School Board", "School Board",  "schoolboard2002.htm");
	menu.addSubItem("group2", "Town Board", "Town Board",  "townboardnews2002.htm");
	menu.addSubItem("group2", "Islanders In the News", "Islanders In the News",  "islanders2002.htm");
menu.addSubItem("group2", "Group News", "Group News",  "gigroups.htm");
	menu.addSubItem("group2", "Fire Report", "Fire Report",  "firereport.htm");

	menu.addSubItem("group2", " ", " ", " ");


	menu.addSubItem("group3", "Sign in and WIN!", "Sign in and WIN!",  "http://64.30.142.94/");
	menu.addSubItem("group3", "New Guestbook", "New Guestbook",  "http://64.30.142.94/guestbook.asp");
	menu.addSubItem("group3", "New Email Directory", "New Email Directory",  "http://64.30.142.94/emaillist.asp");
	menu.addSubItem("group3", "Other Guest Book", "Other Guest Book",  "giguest.htm");
	menu.addSubItem("group3", "E-Mail Directory", "E-Mail Directory",  "giemail.htm");
	menu.addSubItem("group3", "Grad List", "Grad List",  "gihsgrad.htm");
	menu.addSubItem("group3", " ", " ", " ");

	menu.addSubItem("group4", "Yellow Pages", "Yellow Pages",  "http://www.giecom.net/ypdir.htm");
	menu.addSubItem("group4", "Business Sponsors", "Business Sponsors",  "http://www.isledegrande.com/businesspage.htm");
	menu.addSubItem("group4", "Tech News", "Tech News",  "http://www.isledegrande.com/giecomnewspage.htm");
	menu.addSubItem("group4", "Coupon Page", "Coupon Page",  "http://www.isledegrande.com/couponpage.htm");
	menu.addSubItem("group4", "Internet Access", "Internet Access",  "http://www.giecom.net/webinfo.htm");
	menu.addSubItem("group4", " ", " ", " ");
	

	menu.addSubItem("group5", "Old Photo Album", "Old Photo Album",  "http://www.isledegrande.com/picpage.htm");
	menu.addSubItem("group5", "New Photos", "New Photos",  "http://www.isledegrande.com/giphotos.htm");
	menu.addSubItem("group5", "Churches", "Churches",  "http://www.isledegrande.com/gichurch.htm");		menu.addSubItem("group5", "Deaths", "Deaths",  "http://www.isledegrande.com/deaths2002.htm");
	menu.addSubItem("group5", "Local Artisans", "Local Artisans",  "http://www.isledegrande.com/giart.htm");
	menu.addSubItem("group5", "Government", "Government",  "http://www.isledegrande.com/gigov.htm");
	menu.addSubItem("group5", "Schools", "Schools",  "http://www.isledegrande.com/gischool.htm");
	menu.addSubItem("group5", "Town History", "Town History",  "http://www.isledegrande.com/gihist.htm");
	menu.addSubItem("group5", "Sports", "Sports",  "http://www.isledegrande.com/gisports.htm");
	menu.addSubItem("group5", "Keyboard Hints", "Keyboard Hints", "http://www.giecom.net/windowskeybdshortcuts.htm");
	menu.addSubItem("group5", " ", " ", " ");

    menu.addSubItem("group6", "Isledegrande.com", "Isledegrande",  "http://www.isledegrande.com");
	menu.addSubItem("group6", "GIECOM.NET", "GIECOM.NET",  "http://www.giecom.net");
	menu.addSubItem("group6", " ", " ", " ");




	menu.showMenu();
}

