//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);

	menu = new Menu();
	
	menu.addItem("newtous", "CLICK if New to Us & Tandems", "",  null, null);
	menu.addItem("catalog", "Catalog", "",  null, null);
	menu.addItem("ordering", "Ordering", "",  null, null);
	menu.addItem("tandeminfo", "Info Library",   null, null);
	menu.addItem("goodstuff", "Misc Good Stuff!", "",  null, null);
	menu.addItem("specials", "Closeouts", "",  null, null);
	menu.addItem("featuredgift", "Featured Items & Gifts", "",  null, null);
	menu.addItem("newstuff", "Hi-Tech NEW Items", "",  null, null);
	


	
	
// AddSubItem(idParent, text, hint, location, linktarget);

	menu.addSubItem("newtous", "1st Visit", "1st Visit",  "aboutx.htm","");	
	menu.addSubItem("newtous", "About Us", "About Us",  "about.htm","");	
	menu.addSubItem("newtous", "Buying - Riding - General Info", "Buying - Riding - General Info", "tandeminfo.htm","");
     	

	menu.addSubItem("catalog", "Accessories Catalog", "Accessories",  "catframeaccess.htm", "");
	menu.addSubItem("catalog", "Parts Catalog", "Parts",  "catframepart.htm", "");
	menu.addSubItem("catalog", "Tandem Bike Catalog & Display", "Tandem Display, Specs, Prices",  "catframetandem.htm","");
	menu.addSubItem("catalog", "See Tandems Our Customers Ride!", "See Tandems Our Customers Ride!",  "purdypaint.htm","");
	menu.addSubItem("catalog", "See Family Tandem Pictures!", "See Family Tandem Pics!",  "familypics.htm","");

	
	menu.addSubItem("ordering", "Click for Ordering Info", "How to do it!",  "ordering.htm", "");
	menu.addSubItem("ordering", "Return Policy", "Return Policy",  "ordering.htm","");


	menu.addSubItem("tandeminfo", "General Info Here - Tons of it!", "Buying, Riding & What It is About!",  "tandeminfo.htm", "");
	menu.addSubItem("tandeminfo", "Tandems and Kids", "Tandems and Kids",  "tandems_and_kids.htm", "");
	menu.addSubItem("tandeminfo", "Tech Tips", "Tech Tips",  "techtips.htm", "");
	menu.addSubItem("tandeminfo", "Travel Tandem Packing", "Travel Tandem Packing",  "traveltandeminfo.htm", "");
	menu.addSubItem("tandeminfo", "Travel Tandem Packing Slide Shows", "Travel Tandem Packing Slide Shows",  "traveltandeminfo.htm", "");



	menu.addSubItem("goodstuff", "Useful Links!", "Burley, Co-Motion, Meridian, Santana",  "linkframes.htm", "");
	menu.addSubItem("goodstuff", "Photo Gallery", "Photo Gallery", "photos.htm", "");	menu.addSubItem("goodstuff", "Purdy Paint - Many Paint Schemes", "Check this out for many custom paint schemes and Show Bikes which will help your visualize what your new custom tandem will look like.",  "purdypaint.htm", "");
	menu.addSubItem("goodstuff", "Stories of Rides & Rallys", "Stories of Rides & Rallys",  "stories.htm", "");
	menu.addSubItem("goodstuff", "Weather - Local", "Local Weather",  "weatherframe.htm", "");
	menu.addSubItem("goodstuff", "Weather Radar", "Weather Radar",  "weatherframeradar.htm", "");
	menu.addSubItem("goodstuff", "Weather Radar Loop", "Weather Radar Loop",  "weatherframejava.htm", "");



	menu.addSubItem("specials", "Tandem Deals", "Tandem Deals",  "closeouttandem.htm", "");
	menu.addSubItem("specials", "Closeouts", "Closeouts",  "closeout.htm", "");



	menu.addSubItem("featuredgift", "Special Occasion Gifts", "",  "jewelry.htm","");
	menu.addSubItem("featuredgift", "Featured Items", "",  "index.html#featured","");


	
	menu.addSubItem("newstuff", "Carbon Belt Drive!", "",  "cat_pics/beltdrive_comotion.htm", "");
	menu.addSubItem("newstuff", "Low-Spoke Aero Wheels!", "",  "lowspokewheels.htm", "");
	menu.addSubItem("newstuff", "Carbon Fiber Forks!", "",  "carbonfiberforks.htm","");
	menu.addSubItem("newstuff", "Mega Exo Cranks!", "",  "carbonfibercranks.htm","");
	menu.addSubItem("newstuff", "Exotic Hi-Zoot Tandems!", "",  "exotichizoottandems.htm","");
	menu.addSubItem("newstuff", "Magnesium Tandems!", "",  "cat_files/paketa/paketatandemshome.htm","");

	
	menu.showMenu();
}
