//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("gamingtables", "Gaming Tables", "Gaming Tables",  null, null);
	menu.addItem("pricequote", "Custom Price Quote", "Custom Price Quote",  null, null);
		menu.addItem("misc", "Miscellaneous", "Miscellaneous",  null, null);
                  menu.addItem("home", "Home", "Home",  null, null);
	
	menu.addSubItem("gamingtables", "Gaming Tables ", "Gaming Tables ",  "http://1casinoconnection.net/price.htm", "");
	

	menu.addSubItem("pricequote", "Custom Price Quote", "Custom Price Quote",  "http://1casinoconnection.net/form.html", "");
	

	
	

	menu.addSubItem("misc", "FAQ", "FAQ",  "http://1casinoconnection.net/faq.html", "");
                  menu.addSubItem("misc", "Types of Events", "Types of Events",  "http://1casinoconnection.net/events.html", "");
                  menu.addSubItem("misc", "Employment Opportunities", "Employment Opportunities",  "http://1casinoconnection.net/jobs.html", "");
                  menu.addSubItem("misc", "Links", "Links",  "http://1casinoconnection.net/links.html", "");
	menu.addSubItem("misc", "Contact Us", "Contact Us",  "http://1casinoconnection.net/contact.html", "");

                  menu.addSubItem("home", "Home Page", "Home Page",  "http://1casinoconnection.net/", "");

	

	menu.showMenu();
}
				