//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("conid", "About the Board", "About the Board",  null, null);
	menu.addItem("regid", "Registration ", "Registration Information and Application Forms",  null, null);
	menu.addItem("legid", "Registers", "Registers",  null, null);
	menu.addItem("pubid", "Publications", "Publications",  null, null);
	menu.addItem("linksid", "Useful Links", "Useful Links",  null, null);
	

	menu.addSubItem("conid", "Home", "Home",  "index.html", "");
	menu.addSubItem("conid", "Members of the Board", "Members of the Board",  "members.html", "");
	menu.addSubItem("conid", "Functions and Powers", "Functions and Powers",  "functions.html", "");
	menu.addSubItem("conid", "Contact", "Contact",  "contact.html", "");



	menu.addSubItem("regid", "Registration Information and Application Forms", "Registration Information and Application Forms",  "practitioner registrations.htm", "");
	menu.addSubItem("regid", "Registration Fees", "Registration Fees",  "./files/REGISTRATION and OTHER FEES.pdf", "");



	menu.addSubItem("legid", "Dentists", "Dentists", "./files/Dentists - October 2009.pdf", "");
	menu.addSubItem("legid", "Dental Therapists", "Dental Therapists",  "./files/Therapists - October 2009.pdf", "");
	menu.addSubItem("legid", "Dental Hygienists", "Dental Hygienists",  "./files/Hygienists - October 2009.pdf", "");


	
	menu.addSubItem("pubid", "Dental Code", "Dental Code",  "code.html", "");
	menu.addSubItem("pubid", "Dental Practitioners Registration Act 2001", "Dental Practitioners Registration Act 2001",  "http://www.thelaw.tas.gov.au/tocview/index.w3p;cond=;doc_id=20%2B%2B2001%2BAT%40EN%2BSESSIONAL;histon=;prompt=;rec=0;term=", "");
	menu.addSubItem("pubid", "Newsletters/Board Announcements", "Newsletters/Board Announcements",  "newsletters.html", "");
	menu.addSubItem("pubid", "Annual Reports", "Annual Reports",  "annual.html", "");


	menu.addSubItem("linksid", "Useful Links", "Useful Links",  " useful.html", "");
		

	menu.showMenu();
}
