function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("masterid", "Spy Products", "Spy Products",  null, null);
	menu.addItem("servicesid", "Elite Services", "Elite Services",  null, null);
	menu.addItem("seminarsid", "Seminars/Training", "Seminars/Training",  null, null);
	menu.addItem("eliteid", "Law/PI Entrance", "Law/PI Entrance",  null, null);
	menu.addItem("informationid", "Site Information", "Site Information",  null, null);

	menu.addSubItem("masterid", "Spy Cameras", "Spy Cameras",  "http://www.URBusted.com/spycam.htm");
	menu.addSubItem("masterid", "Tracking Systems", "Tracking Systems",  "http://www.URBusted.com/tracking.htm");
	menu.addSubItem("masterid", "CCTV and Equip", "CCTV and Equip",  "http://www.URBusted.com/cctv.htm");
	menu.addSubItem("masterid", "Featured Products", "Featured Products",  "http://www.URBusted.com/featured.shtml");
	menu.addSubItem("masterid", "Blowout Section", "Blowout Section",  "http://www.URBusted.com/blowout.htm");
	menu.addSubItem("masterid", "Catch Your Child/Spouse", "Catch Your Child/Spouse",  "http://www.URBusted.com/spouse.htm");
	menu.addSubItem("masterid", "Coming Soon", "Coming Soon",  "http://www.URBusted.com/");
	menu.addSubItem("masterid", "Coming Soon", "Coming Soon",  "http://www.URBusted.com/");
	menu.addSubItem("masterid", "U R Busted, Inc", "U R Busted, Inc.",  "http://www.URBusted.com/");

	menu.addSubItem("servicesid", "Private Investigations", "Private Investigations",  "http://www.URBusted.com/pi.htm");
	menu.addSubItem("servicesid", "Executive Protection", "Executive Protection",  "http://www.URBusted.com/pi.htm");
	menu.addSubItem("servicesid", "BodyGuard/Limos", "BodyGuard/Limo",  "http://www.URBusted.com/pi.htm");
	menu.addSubItem("servicesid", "Bug Detection", "Bug Detection",  "http://www.URBusted.com/TSCM");
	menu.addSubItem("servicesid", "Fugitive Recovery", "Fugitive Recovery",  "http://www.URBusted.com/bounty.htm");
	menu.addSubItem("servicesid", "Background/Searches", "Background/Searches",  "http://www.URBusted.com/bkgrdentrnc.htm");
	menu.addSubItem("servicesid", "Computer Forensics", "Computer Forensics",  "http://www.URBusted.com/compforensic.htm");
	menu.addSubItem("servicesid", "Drug/DNA Testing", "Drug/DNA Testing",  "http://www.URBusted.com/drugdna.htm");
	menu.addSubItem("servicesid", "Lie Detector Testing", "Lie Detector Testing",  "http://www.URBusted.com/liedetect.htm");
	menu.addSubItem("servicesid", "Drug/Weapon/Explosive Sniffing Canine", "Drug/Weapon/Explosive Sniffing Canine",  "http://www.URBusted.com/dogs.htm");
	menu.addSubItem("servicesid", "U R Busted, Inc.", "U R Busted, Inc.",  "http://www.URBusted.com/");

	menu.addSubItem("seminarsid", "Corporate", "Corporate Seminars/Training",  "http://www.URBusted.com/Seminars/cseminars.htm");
	menu.addSubItem("seminarsid", "Personal", "Personal Seminars/Training",  "http://www.URBusted.com/Seminars/pseminars.htm");
	menu.addSubItem("seminarsid", "U R Busted, Inc.", "U R Busted, Inc.",  "http://www.URBusted.com/");

	menu.addSubItem("eliteid", "Law Enforcement Entrance", "Law Enforcement Members Entrance",  "http://www.URBusted.com/Law");
	menu.addSubItem("eliteid", "Law Registration", "Law Registration",  "http://www.URBusted.com/lawform.html");
	menu.addSubItem("eliteid", "PI Entrance", "Private Investigators Members Entrance", "http://www.URBusted.com/Investigators");
	menu.addSubItem("eliteid", "PI Registration", "Private Investigators Registration",  "http://www.URBusted.com/investigatorform.html");
	menu.addSubItem("eliteid", "U R Busted, Inc.", "U R Busted, Inc.",  "http://www.URBusted.com/");

	menu.addSubItem("informationid", "About Us", "About Us",  "http://www.URBusted.com/aboutus.htm");
	menu.addSubItem("informationid", "Disclaimer/Return Policy", "Disclaimer/Return Policy",  "http://www.URBusted.com/ret.htm");
	menu.addSubItem("informationid", "Contact Us", "Contact Us",  "http://www.URBusted.com/contact.htm");
	menu.addSubItem("informationid", "View Our GuestBook", "View Our GuestBook",  "http://www.URBusted.com/guestbook/guestbook.html");
	menu.addSubItem("informationid", "Sign Our GuestBook", "Sign Our GuestBook",  "http://www.URBusted.com/guestbook/addguest.html");
	menu.addSubItem("informationid", "Our Dedication Page", "Our Dedication Page",  "https://www.urbusted.com/dedication.htm");
	menu.addSubItem("informationid", "Site Map", "Our Site Map",  "https://www.urbusted.com/sitemap.htm");
	menu.addSubItem("informationid", "U R Busted, Inc.", "U R Busted, Inc.",  "http://www.URBusted.com/");

	menu.showMenu();
}

