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", "Group News >>", "Group News>>",  null, null);
		

	menu.addSubItem("group1", "Between The Bridges", "Between The Bridges",  "http://www.isledegrande.com/between2004.htm");
	menu.addSubItem("group1", "Sesquicentennial 2002", "Sesquicentennial 2002",   "http://www.isledegrande.com/2002/");
	menu.addSubItem("group1", "Treasures", "Treasures", "http://www.isledegrande.com/treasures2004.htm");	

	menu.addSubItem("group1", "Features", "Features", "http://www.isledegrande.com/features-2004.htm");	
    	menu.addSubItem("group1", "Island Memories", "Island Memories", "http://www.isledegrande.com/memories.htm" );
	
	menu.addSubItem("group1", "Events Calendar", "Events Calendar",   "http://www.isledegrande.com/current.htm");
	menu.addSubItem("group1", "Viewpoint", "Viewpoint", "http://www.isledegrande.com/viewpoint.htm");
	menu.addSubItem("group1", "Islanders in the Service", "Islanders in the Service", "http://www.isledegrande.com/intheservice.htm");
	menu.addSubItem("group1", " ", " ");	


	menu.addSubItem("group2", "Town News", "Town News", "http://www.isledegrande.com/townnews2004.htm");
	menu.addSubItem("group2", "School Board", "School Board",  "http://www.isledegrande.com/schoolboard2004.htm");
	menu.addSubItem("group2", "Town Board", "Town Board",  "http://isledegrande.com/townboard2004-pg2.htm");
	menu.addSubItem("group2", "Islanders In the News", "Islanders In the News",  "http://www.isledegrande.com/islanders2004.htm");
menu.addSubItem("group2", "GI Schools", "GI Schools",  "http://www.isledegrande.com/gischools.htm");
menu.addSubItem("group2", "Government", "Government",  "http://www.isledegrande.com/gigov.htm");
	menu.addSubItem("group2", "Fire Report", "Fire Report",  "http://www.isledegrande.com/firereport2004-2.htm");
menu.addSubItem("group2", "Sheriff Report", "Sheriff Report",  "http://www.isledegrande.com/sheriff.htm");


	menu.addSubItem("group2", " ", " ");

menu.addSubItem("group3", "Sign in", "Sign in ",  "http://www.isledegrande.com/guestbook/add_user.php");
	menu.addSubItem("group3", "Guestbook", "Guestbook",  "http://www.isledegrande.com/guestbook/guestlist.php?GenSortby=NEW&LastSortby=&GradSortby=&MaidenSortby=");
	menu.addSubItem("group3", "Search The Guestbook", "Search The Guestbook",  "http://www.isledegrande.com/guestbook/guestbook.php");
	menu.addSubItem("group3", "Grad List", "Grad List",  "http://www.isledegrande.com/guestbook/gradlist.php");
	menu.addSubItem("group3", "Previous Guest Book", "Previous Guest Book",  "http://www.isledegrande.com/giguest.htm");
	menu.addSubItem("group3", "Reunion Page", "Reunion Page",  "http://www.isledegrande.com/reunions.htm");
	
	menu.addSubItem("group3", " ", " ", " ");

	menu.addSubItem("group4", "Yellow Pages", "Yellow Pages",  "http://www.giecom.net/yp/ypdir.htm");
	menu.addSubItem("group4", "Business Sponsors", "Business Sponsors",  "http://www.isledegrande.com/sponsorlist.htm");
menu.addSubItem("group4", "Be A Sponsor", "Be A Sponsor",  "http://www.giecom.net/indexold.html");
	menu.addSubItem("group4", "Giecom News", "Giecom 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", "Business News", "Business News",  "http://www.isledegrande.com/businesspage2.htm");

	menu.addSubItem("group4", " ", " ");
	

	menu.addSubItem("group5", "Old Photo Album", "Old Photo Album",  "http://www.isledegrande.com/picpage04.htm");
	menu.addSubItem("group5", "New Photos", "New Photos",  "http://www.isledegrande.com/giphotos.htm");
			menu.addSubItem("group5", "Deaths", "Deaths",  "http://www.isledegrande.com/deaths2004.htm");
	menu.addSubItem("group5", "Local Artisans", "Local Artisans",  "http://www.isledegrande.com/giart.htm");	
	menu.addSubItem("group5", "Town History", "Town History",  "http://www.isledegrande.com/gihist.htm");
	menu.addSubItem("group5", "Sports", "Sports",  "http://www.isledegrande.com/gisports2004.htm");
	menu.addSubItem("group5", "Keyboard Hints", "Keyboard Hints", "http://www.giecom.net/windowskeybdshortcuts.htm");
	menu.addSubItem("group5", " ", " ", " ");

   
	
menu.addSubItem("group6", "Connections Program", "Connection Program",  "http://www.g-i-together.org",  "_blank");
menu.addSubItem("group6", "Group News", "Group News",  "http://www.isledegrande.com/gigroups.htm");
menu.addSubItem("group6", "Churches", "Churches",  "http://www.isledegrande.com/gichurch.htm");
menu.addSubItem("group6", " ", " ", " ");

	


	menu.showMenu();
}

