function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Web Building Sites", "Web Building Sites",  null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("amateurradio", "Amateur Radio", "Amateur Radio",  null, null);
        menu.addItem("repeater", "Repeater Resources", "Repeater Resources",  null, null);

	menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("webmasterid", "Website Abstraction", "Website Abstraction",  "http://www.wsabstract.com/");
	menu.addSubItem("webmasterid", "Web Review", "Web Review",  "http://www.webreview.com/");
	menu.addSubItem("webmasterid", "Developer.com", "Developer.com",  "http://www.developer.com/");
	menu.addSubItem("webmasterid", "Freewarejava.com", "Freewarejava.com",  "http://www.freewarejava.com/");
	menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/");
	menu.addSubItem("webmasterid", "Jars", "Jars",  "http://www.jars.com/");
	menu.addSubItem("webmasterid", "Intro DHTML Guide", "Intro DHTML Guide",  "http://members.tripod.com/~toolmandavid");

	menu.addSubItem("newsid", "CNN", "CNN",  "http://www.cnn.com");
	menu.addSubItem("newsid", "ABC News", "ABC News",  "http://www.abcnews.com");
	menu.addSubItem("newsid", "MSNBC", "MSNBC",  "http://www.msnbc.com");
	menu.addSubItem("newsid", "CBS news", "CBS News",  "http://www.cbsnews.com");
	menu.addSubItem("newsid", "News.com", "News.com",  "http://news.com");
	menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com");
	menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.com");

	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
      menu.addSubItem("freedownloadid", "Jumbo", "Jumbo",  "http://www.jumbo.com/");
	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/");
      menu.addSubItem("freedownloadid", "WinFiles.com", "WinFiles.com",  "http://winfiles.com/");

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");

   menu.addSubItem("amateurradio", "QRZ", "QRZ",  "http://www.qrz.com");
   menu.addSubItem("amateurradio", "FCC", "Federal Communcations Commision",  "http://www.fcc.gov");
   menu.addSubItem("amateurradio", "ARRL", "ARRL",  "http://www.arrl.org");
   menu.addSubItem("amateurradio", "TVRA", "Tug Valley Radio Association",  "http://www.qsl.net/tvra/");
	menu.addSubItem("amateurradio", "NTAN", "Nightly Talk Around Net",  "http://www.qsl.net/ntan/");
	menu.addSubItem("amateurradio", "RAIN Report", "RAIN Report",  "http://www.rainreport.com");
	menu.addSubItem("amateurradio", "KF4ZMC - Gina", "KF4ZMC",  "http://www.qsl.net/kf4zmc/");
	menu.addSubItem("amateurradio", "KB4UCE - Eddie", "KB4UCE",  "http://www.qsl.net/kb4uce/");
		menu.addSubItem("amateurradio", "Mingo County ARES", "Mingo County ARES/RACES & Skywarn",  "http://www.qsl.net/mingoares/");
	menu.addSubItem("amateurradio", "Amateur Radio Links", "Amateur Radio Links",  "http://www.qsl.net/tvra/hamlinks.html");
	menu.addSubItem("amateurradio", "J-Track Satellite Tracking", "J-Track Satellite Tracking",  "http://liftoff.msfc.nasa.gov/RealTime/JTrack/");
menu.addSubItem("amateurradio", "Emergency Email Network", "Emergency Email Network",  "http://208.184.24.125/");
        




        menu.addSubItem("repeater", "Repeater-Builder", "Repeater-Builder",  "http://www.repeater-builder.com/");
        menu.addSubItem("repeater", "Amateur Repeater", "Amateur Repeater Builders Page",  "http://www.cdi2.com/build_it/");
        menu.addSubItem("repeater", "Hi-Pro Repeaters", "Hi-Pro Repeaters",  "http://www.hiprorepeaters.com/");
        menu.addSubItem("repeater", "Cat Controllers", "Computer Automation Technology",  "http://www.catauto.com/");
        menu.addSubItem("repeater", "Astron Corporation", "Astron Power Supplies",  "http://www.astrocorp.com/");
        menu.addSubItem("repeater", "Remec Wacom Duplexers", "Remec Wacom Duplexers",  "http://www.remecwacom.com/");
        menu.addSubItem("repeater", "Decibel Products", "Repeater Antennas - DB-224",  "http://www.decibelproducts.com/");
        menu.addSubItem("repeater", "TPL Corporation", "Repeater Amplifiers",  "http://www.tplcom.com/");
        menu.addSubItem("repeater", "Doug Hall Electronics", "Doug Hall Remote Base",  "http://www.dheco.com/");







	menu.showMenu();
}