//Top Nav bar script v2.1- http://www.fisaf.com.sg/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("FISAFSingaporeid", "FISAF Singapore", "FISAF Singapore",  null, null);
	menu.addItem("FISAFWorldWideLinkid", "FISAF Worldwide Link", "FISAF Worldwide Link",  null, null);
	menu.addItem("ProspectiveStudentsid", "Prospective Students", "Get FISAF Certified",  null, null);
	menu.addItem("CertifiedTrainersid", "Certified Trainers", "Find a FISAF Certified Trainer",  "http://www.fisaf.com.sg/certified-trainers.html", "");
	menu.addItem("StudentsCareid", "Students Care", "Students Care Services",  "http://www.fisaf.com.sg/student-care.html", "");
	menu.addItem("OnlineStore", "Online Store", "Shop At FISAF Online",  "http://www.fisaf.com.sg/construction.html", "");
	menu.addItem("ContactUsid", "Contact Us", "Email FISAF Master Trainer",  "mailto:diane@fisaf.com.sg", "");


	menu.addSubItem("FISAFSingaporeid", "Home", "Home",  "http://www.fisaf.com.sg/", "");
	menu.addSubItem("FISAFSingaporeid", "About Us", "About Us",  "http://www.fisaf.com.sg/about-us.html", "");
	menu.addSubItem("FISAFSingaporeid", "Master Trainer", "Master Trainer",  "http://www.fisaf.com.sg/diane-bio.html", "");

	menu.addSubItem("FISAFWorldWideLinkid", "Andorra", "Andorra",  "http://www.fps-fisaf.com/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Australia", "Australia",  "http://www.fitnessnetwork.com.au/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "China", "China",  "http://www.physicalclub.com/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Chezh Rep.", "Chezh Rep.",  "http://www.fisaf.cz/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Dennmark", "Dennmark",  "http://www.fisaf.dk/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Finland", "Finland",  "http://www.svoli.fi/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "FISAF Internationl", "FISAF Internationl",  "http://www.fisaf.org/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Germany", "Germany",  "http://www.dfav.de/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Hong Kong", "Hong Kong",  "http://www.aasfp.com/institute_fisaf.htm", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Iran", "Iran",  "http://www.icwsf.org/English/index.htm", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Malaysia", "Malaysia",  "http://www.fitpro.com.my/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Netherlands", "Netherlands",  "http://www.aerobics.nl/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "New Zealand", "New Zealand",  "http://www.netfitpro.co.nz/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Russia", "Russia",  "http://www.icon.co.za/~iift", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Spain", "Spain",  "http://www.fitnesspain.org/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Sweden", "Sweden",  "http://www.safe-education.se/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Switzerland 1", "Switzerland 1",  "http://www.safs.com/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "Switzerland 2", "Switzerland 2",  "http://www.fitspro.org/", "");
	menu.addSubItem("FISAFWorldWideLinkid", "UK", "UK",  "http://www.fitpro.com/", "");

	
	menu.addSubItem("ProspectiveStudentsid", "Why FISAF?", "Why FISAF?",  "http://www.fisaf.com.sg/why_fisaf.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Programs Of Training", "Programs Of Training",  "http://www.fisaf.com.sg/program-training.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Your Path", "Your Path",  "http://www.fisaf.com.sg/your-path.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Course Outline", "Course Outline",  "http://www.fisaf.com.sg/course-outline.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Online Responds", "Online Responds",  "http://www.fisaf.com.sg/course-registration.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Transfer Of Credit", "Transfer Of Credit",  "http://www.fisaf.com.sg/transfer-credit.html", "");
	menu.addSubItem("ProspectiveStudentsid", "FAQ", "FAQ",  "http://www.fisaf.com.sg/faq.html", "");
	menu.addSubItem("ProspectiveStudentsid", "FISAF Workshops", "FISAF Workshops",  "http://www.fisaf.com.sg/fisaf-workshops.html", "");
	menu.addSubItem("ProspectiveStudentsid", "Prospective Trainers Help", "Request For Information",  "http://www.fisaf.com.sg/construction.html", "");

	
	menu.showMenu();
}