//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("fallid", "Fall Classes 2009", "",  null, null);
	menu.addItem("springid", "Spring Classes 2010", "",  null, null);
	menu.addItem("departmentid", "Department", "",  null, null);
	menu.addItem("linksid", "Psychology Links", "",  null, null);
	menu.addItem("personalid", "Personal", "Miscellaneous",  null, null);

	menu.addSubItem("fallid", "Health Psychology", "",  "http://acsweb.fmarion.edu/Wattles/psy314/", "");
	menu.addSubItem("fallid", "Group Psychotherapy", "",  "http://acsweb.fmarion.edu/Wattles/psy633/", "");
	menu.addSubItem("fallid", "Graduate Practicum", "",  "http://acsweb.fmarion.edu/Wattles/psy633/practicum.htm", "");
	

	menu.addSubItem("springid", "Statistics", "",  "http://acsweb.fmarion.edu/Wattles/psy302spring2008/","");
	menu.addSubItem("springid", "Psychological Assessment", "",  "http://acsweb.fmarion.edu/Wattles/psy631/","");
	menu.addSubItem("springid", "Graduate Practicum", "",  " http://acsweb.fmarion.edu/Wattles/psy631/practicum.htm", "");
	

	menu.addSubItem("departmentid", "Psychology Department", "",  "http://www.fmarion.edu/academics/Psychology", "");
	menu.addSubItem("departmentid", "Psychology major four-year plan", "",  "http://acsweb.fmarion.edu/Wattles/4yrplan.htm", "");
	menu.addSubItem("departmentid", "Consent Form", "",  " http://acsweb.fmarion.edu/Wattles/consentforms.htm", "");
	menu.addSubItem("departmentid", "Graduate Model Schedule", "",  "http://acsweb.fmarion.edu/Wattles/gradmodel.htm", "");
	menu.addSubItem("departmentid", "Graduate Model Schedule Spring Entry", "",  "http://acsweb.fmarion.edu/Wattles/gradmodelspring.htm", "");
menu.addSubItem("departmentid", " Clinical Graduate Handbook", "",  "http://acsweb.fmarion.edu/Wattles/handbook.pdf", "");
menu.addSubItem("departmentid", " School Graduate Handbook", "",  "http://acsweb.fmarion.edu/Wattles/schoolhandbook.pdf", "");
menu.addSubItem("departmentid", " Information about Scholarships and Assistantships", "",  "http://acsweb.fmarion.edu/wattles/MSAP%20assist-schol%20flyer.pdf", "");
menu.addSubItem("departmentid", " Application for Scholarships and Assistantships", "",  "http://acsweb.fmarion.edu/wattles/MSAP%20assist-schol%20application.pdf", "");

menu.addSubItem("departmentid", " Internship Forms ", "",  "http://acsweb.fmarion.edu/Wattles/official%20internship%20forms%202009-2010.doc", "");
menu.addSubItem("departmentid", " Practicum Forms", "",  "http://acsweb.fmarion.edu/Wattles/official%20practicum%20forms%202009-2010.doc", "");



	menu.addSubItem("linksid", " Health Psychology", " Health Psychology",  " http://www.health-psych.org/", "");
	menu.addSubItem("linksid", "Society of Behavioral Medicine", "",  " http://www.sbm.org/", "");
	menu.addSubItem("linksid", "Psychoneuroimmunology", "", "http://www.lifecoachusa.com/aaapni/", "");
	menu.addSubItem("linksid", "Immune System tutorial", "",  " http://www.biology.arizona.edu/immunology/immunology.html", "");
	menu.addSubItem("linksid", "Sports Statistics", "",  " http://www.amstat.org/sections/sis/", "");
menu.addSubItem("linksid", "Healthy Living", "",  " http://www.healthierus.gov/", "");


	menu.addSubItem("personalid", "Personal Webpage", "",  "http://www.willbike.com/", "");
	menu.addSubItem("personalid", "Sierra Club", "",  " http://www.sierraclub.org/", "");
menu.addSubItem("personalid", "Rails to Trails", "",  " http://www.railtrails.org/", "");

	menu.addSubItem("personalid", "Rate my Professor", "",  " http://ratemyprofessors.com/SelectTeacher.jsp?sid=1555&orderby=TLName&letter=W", "");
	
	menu.showMenu();
}
