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

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

	menu = new Menu();
	menu.addItem("webmasterid", "Home", "Home",  null, null);
	menu.addItem("newsid", "Auto, Boat & RV", "Auto, Boat & RV",  null, null);
	menu.addItem("freedownloadid", "Residential Glass", "Residential Glass",  null, null);
	menu.addItem("searchengineid", "Commercial Glass", "Commercial Glass",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "http://www.cityglass.net/", "");

	menu.addSubItem("newsid", "Automobile Glass", "Automobile Glass",  "http://www.cityglass.net/Automobiles.html", "");
	menu.addSubItem("newsid", "Auto, Boat & Convertible Tops", "Auto, Boat & Convertible Tops",  "http://www.cityglass.net/Upholstery.html", "");
	menu.addSubItem("newsid", "Auto, Boat & RV Upholstery", "Auto, Boat & RV Upholstery",  "http://www.cityglass.net/Upholstery.html", "");


	menu.addSubItem("freedownloadid", "Residential Glass", "Residential Glass",  "http://www.cityglass.net/Residential.html", "");
menu.addSubItem("freedownloadid", "Replacement Glass Windows", "Replacement Glass Windows",  "http://www.cityglass.net/Windows.html", "");

menu.addSubItem("freedownloadid", "Milgard Windows", "Milgard Windows",  "http://www.cityglass.net/Windows.html", "");

	menu.addSubItem("freedownloadid", "Acrylic & Glass Blocks", "Acrylic & Glass Blocks",  "http://www.cityglass.net/GlassBlock.html", "");
menu.addSubItem("freedownloadid", "Double-Hung Windows & Specialty Windows", " Double-Hung Windows & Specialty Windows ",  "http://www.cityglass.net/Marvin.html", "");
	menu.addSubItem("freedownloadid", "Fiberglass Windows", "Fiberglass Windows",  "http://www.cityglass.net/fiberglass-windows.html", "");
	menu.addSubItem("freedownloadid", "Glass Railings", "Glass Railings",  "http://www.cityglass.net/Railings.html", "");


	menu.addSubItem("freedownloadid", "Home Safety - Window Film", "Home Safety - Window Film",  "http://www.cityglass.net/Homesafety.html", "");
	menu.addSubItem("freedownloadid", "Insulated Glass & Vinyl Replacement Windows", "Insulated Glass & Vinyl Replacement Windows",  "http://www.cityglass.net/Residential.html", "");
	menu.addSubItem("freedownloadid", "Mirrors", "Mirrors",  "http://www.cityglass.net/Mirrors.html", "");

	menu.addSubItem("freedownloadid", "Sliding Glass Pet Patio Door Conversion System", "Sliding Glass Pet Patio Door Conversion System",  "http://www.cityglass.net/PetDoor.html", "");
	menu.addSubItem("freedownloadid", "Storm Windows", "Storm Windows",  "http://www.cityglass.net/StormWindows.html", "");
	menu.addSubItem("freedownloadid", "Tinting & Window Film", "Tinting & Window Film",  "http://www.cityglass.net/Tinting.html", "");
menu.addSubItem("freedownloadid", "Tub & Shower Enclosures", "Tub & Shower Enclosures ",  "http://www.cityglass.net/TubEnclosures.html", "");


	menu.addSubItem("searchengineid", "Commericial Glass & Storefronts", "Commericial Glass & Storefronts",  "http://www.cityglass.net/Commercial.html", "");
	menu.addSubItem("searchengineid", "Special GlassGard Window Film", "Special GlassGard Window Film",  "http://www.cityglass.net/Homesafety.html", "");
	menu.addSubItem("searchengineid", "Glass Railings", "Glass Railings", "http://www.cityglass.net/Railings.html", "");
	menu.addSubItem("searchengineid", "Storm Windows", "Storm Windows", "http://www.cityglass.net/StormWindows.html", "");
	menu.addSubItem("searchengineid", "Tinting & Window Film", "Tinting & Window Film",  "http://www.cityglass.net/Tinting.html", "");

	menu.addSubItem("miscid", "Links", "Links",  "http://www.cityglass.net/Links.html", "");
	menu.addSubItem("miscid", "Business Directories", "Business Directories",  "http://www.domandirectdories.com/", "");
	menu.addSubItem("miscid", "9 Ways to Decorate with Glass", "9 Ways to Decorate with Glass",  "http://www.cityglass.net/DecoratingWithGlass.html", "");
	menu.addSubItem("miscid", "10 Steps to Winterize Your Tacoma Home", "10 Steps to Winterize Your Tacoma Home",  "http://www.cityglass.net/Winterize.html", "");
	menu.addSubItem("miscid", "Translate this website", "Translate this website",  "http://translate.google.com/#en|es|www.cityglass.net", "");


	menu.showMenu();
}
