function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("homeid", "Home", "Back to Spider ARC Home Page",  "http://www.qsl.net/k6ngy/home.htm");
        menu.addItem("aboutid", "About Spider ARC", "Anything about Spider ARC",  null, null);
	menu.addItem("picturesid", "Photo Gallery", "See pictures of some of our activities",  null, null);
	menu.addItem("linksid", "LINKS", "Links to Amateur Radio related web sites",  null, null);
	menu.addItem("entertainmentid", "Entertainment", "MIDI files, games and Chat Room",  null, null);
	menu.addItem("guestbookid", "Guestbook", "Do not forget to sign our guestbook",  null, null);
	

	menu.addSubItem("aboutid", "Club History", "Read about the history of Spider ARC",  "http://www.qsl.net/kd6ngy/History.htm");	
	menu.addSubItem("aboutid", "Club Officers", "See the officers of Spider ARC",  "http://www.qsl.net/kd6ngy/ClubOfficers.htm");	
	menu.addSubItem("aboutid", "Members", "These are the members of Spider ARC",  "http://www.qsl.net/kd6ngy/Members.htm");
	menu.addSubItem("aboutid", "Schedule of Events", "See what is happening",  "http://www.qsl.net/kd6ngy/ScheduleofEvents.htm");
	menu.addSubItem("aboutid", "Membership Application", "Do you want to be a member?  Click here. ",  "http://www.qsl.net/kd6ngy/MembershipApplication.htm");			
	menu.addSubItem("aboutid", "Spider Link", "Read our quarterly newspaper ",  "http://www.qsl.net/kd6ngy/page-1.htm");	

	menu.addSubItem("picturesid", "Spider Camping September 2003", "See our pictures during our camping in Lake Morena ",  "http://www.qsl.net/k6ngy/SpiderCamping-1.htm");
	menu.addSubItem("picturesid", "Vancouver Trip August 2003", "See our pictures during our recent trip to Vancouver, BC. ",  "http://www.qsl.net/k6ngy/VancouverTrip-1.htm");
	menu.addSubItem("picturesid", "10th Grand Eyeball Vedder River, BC", "10th Grand Eyeball at Vedder River, BC August 1-4, 2004 ",  "http://www.qsl.net/kd6ngy/Vancouver_GrandEyeball.htm");
	menu.addSubItem("picturesid", "DU3BBY Visit", "Visit of DU3BBY to San Diego ",  "http://www.qsl.net/kd6ngy/DU3BBY.htm");
	menu.addSubItem("picturesid", "AF6DX Tower Party", "Raising of AF6DX Tower at KO6GX backyard ",  "http://www.qsl.net/kd6ngy/TowerParty.htm");
	menu.addSubItem("picturesid", "CQ Field Day 2002", "Participation of Spider ARC AF6DX in 2002 ARRL Field Day ",  "http://www.qsl.net/kd6ngy/FieldDay2002.htm");
	menu.addSubItem("picturesid", "Westcoast Jamboree", "Westcoast Jamboree at Buena Vista Campgrounds in Bakersfield, CA ",  "http://www.qsl.net/kd6ngy/WestcoastJamboree.htm");
	menu.addSubItem("picturesid", "DU6RCR Visit", "Visit of DU6RCR to San Diego ",  "http://www.qsl.net/kd6ngy/DU6RCR.htm");
	menu.addSubItem("picturesid", "Spider Beach Picnic", "Family Day at Spider ARC ",  "http://www.qsl.net/kd6ngy/BeachPicnic.htm");
	menu.addSubItem("picturesid", "CQ Field Day 2001", "Participation of Spider ARC AF6DX in 2001 ARRL Field Day ",  "http://www.qsl.net/kd6ngy/FieldDay2001.htm");
	menu.addSubItem("picturesid", "Ensenada and Rosaritos Trip", "Spider ARC AF6DX went portable XE2 ",  "http://www.qsl.net/kd6ngy/rosarito.htm");
	menu.addSubItem("picturesid", "ARRL Affiliation", "Spider ARC is now affiliated with ARRL ",  "http://www.qsl.net/kd6ngy/affiliation.htm");
	menu.addSubItem("picturesid", "CQ Field Day 2000", "CQ Field Day June 25-26, 2000 ",  "http://www.qsl.net/kd6ngy/FieldDay1.htm");	
	menu.addSubItem("picturesid", "Big Bear Trip", "Our long drive to Big Bear mountains ",  "http://www.qsl.net/kd6ngy/BigBearTrip.htm");
	menu.addSubItem("picturesid", "Arizona Trip", "Our trip to Lake Havasu and the Grand Canyon ",  "http://www.qsl.net/kd6ngy/ArizonaTrip.htm");
	menu.addSubItem("picturesid", "Christmas Party 1999", "Christmas Party at the qth of N6WJN and KC6KPA ",  "http://www.qsl.net/kd6ngy/Happenings.htm");

	menu.addSubItem("linksid", "ARRL", "Amateur Radio Relay League Home Page ",  "http://www.arrl.org");
	menu.addSubItem("linksid", "FCC", "Federal Communications Commission Home Page ",  "http://www.fcc.gov");
	menu.addSubItem("linksid", "QRZ Call Sign Database", "QRZ Call Sign database ",  "http://www.qrz.com");
	menu.addSubItem("linksid", "NCAG", "North County Amateur Radio Group's Home Page ",  "http://www.qsl.net/ncag-sd");
	menu.addSubItem("linksid", "PARA-USA", "PARA-USA Home Page ",  "http://www.lafn.org/community/parausa");

	menu.addSubItem("entertainmentid", "MIDI Files", "Listen to some MIDI music ",  "http://www.qsl.net/kd6ngy/MusicFiles.htm");
	menu.addSubItem("entertainmentid", "Games Arcade", "Play some games ",  "http://www.qsl.net/kd6ngy/GamesArcade.htm");
	menu.addSubItem("entertainmentid", "Chat Room", "Chat with your friends all over the world ",  "http://www.qsl.net/kd6ngy/ChatRoom.htm");

        menu.addSubItem("guestbookid", "Sign Guestbook", "Sign our guestbook",  "http://venus.guestworld.tripod.lycos.com/wgb/wgbsign.dbm?owner");
	menu.addSubItem("guestbookid", "View Guestbook", "View our guestbook",  "http://venus.guestworld.tripod.lycos.com/wgb/wgbview.dbm?owner");
	menu.addSubItem("guestbookid", "Message Board", "Got some questions, somebody might know the answer",  "http://pluto.beseen.com/boardroom/l/52445/");

	menu.showMenu();
}
