function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "WELCOME",  null, null);
	menu.addItem("newsid", "SCENIC TOUR",   null, null);
	menu.addItem("freedownloadid", "PRODUCT LINES",  null, null);
	menu.addItem("searchengineid", "WIRE US",  null, null);
        menu.addItem("infoid", "SHIPPING INFO",   null, null);
	menu.addItem("miscid", "LINKS",   null, null);
        menu.addItem("vtsiteid", "VTRR.ORG",   null, null);

        menu.addSubItem("webmasterid", "VIEW THE BOTTOM OF THIS PAGE FOR ADDITIONAL SITE INFO");
        menu.addSubItem("webmasterid", "WHO WE ARE AND WHERE YOU ARE", "", "http://www.comstockcarshops.com/suptoffice.html");
        menu.addSubItem("webmasterid", "SIGN THE PASSENGER ITINERARY", "", "http://www.comstockcarshops.com/thewye.htm");

	menu.addSubItem("newsid", "TAKE A PHOTO TOUR OF THE OLD V &amp; T R.R. RIGHT OF WAY", "", "http://www.comstockcarshops.com/rightofway.htm");

        menu.addSubItem("freedownloadid", "SHOP ARRIVALS", "", "http://www.comstockcarshops.com/shoparrivals.htm");
	
        menu.addSubItem("freedownloadid", "", "", "http://www.comstockcarshops.com/consignments.htm");

 menu.addSubItem("freedownloadid", "", "", "http://www.comstockcarshops.com/STOVES & LAMPS.htm");
        


	menu.addSubItem("searchengineid", "INQUIRIES AND ORDERS", "", "http://www.comstockcarshops.com/wireus.htm");
	menu.addSubItem("searchengineid", "", "", "http://www.comstockcarshops.com/wireus.htm");

        menu.addSubItem("infoid", "PURCHASE & SHIPPING INFO", "", "http://www.comstockcarshops.com/freightlading.htm");


	menu.addSubItem("miscid", "YARD INTERCHANGE", "", "http://www.comstockcarshops.com/yardsidings.htm");
        menu.addSubItem("miscid", "", "", "http://www.comstockcarshops.com/yardsidings.htm");

	menu.addSubItem("vtsiteid", "VIRGINIA &amp; TRUCKEE R.R. MODELERS WEBSITE", "", "http://www.comstockcarshops.com/vtintro.htm");

	menu.showMenu();
}
