//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("webmasterid", "About Us", "About Us",  null, null);
    menu.addItem("religiousid", "Religious Information", "Religious Information",  null, null);
	menu.addItem("newsid", "Parents Section", "Parents Section",  null, null);
	menu.addItem("freedownloadid", "Visit Classrooms K-8", "Visit Classrooms K-8",  null, null);
	menu.addItem("searchengineid", "Photo Gallery", "Photo Gallery",  null, null);
	menu.addItem("miscid", "Calendars", "Calendars",  null, null);
  	menu.addItem("msuid", "Island Post Newspaper", "Island Post Newspaper",  null, null);

 	menu.addSubItem("webmasterid", "Accreditation Certificate", "Accreditation Certificate",  "http://www.stmichaels-academy.org/about_us/accreditation.htm", "");
   	menu.addSubItem("webmasterid", "Admissions", "Admissions",  "http://www.stmichaels-academy.org/admissions/admissions_info.htm", "");
	menu.addSubItem("webmasterid", "Administrative Policies", "Administrative Policies",  "http://www.stmichaels-academy.org/Administrative/administrative_info.htm", "");
	menu.addSubItem("webmasterid", "Academic Policies", "Academic Policies",  "http://www.stmichaels-academy.org/academic/academic_policy.htm", "");
	menu.addSubItem("webmasterid", "Board Of Directors", "Board Of Directors",  "http://www.stmichaels-academy.org/about_us/board.htm", "");
	menu.addSubItem("webmasterid", "Calendar 2005-2006", "Calendar 2005-2006",  "http://www.stmichaels-academy.org/calendars/calendar_yearly.htm", "");
	menu.addSubItem("webmasterid", "Dress Code", "Dress Code",  "http://www.stmichaels-academy.org/dress_code/dress_code1.htm", "");
	menu.addSubItem("webmasterid", "Enrollment Forms", "Enrollment Forms",  "http://www.stmichaels-academy.org/forms/forms.htm", "");
	menu.addSubItem("webmasterid", "Fund Raising Info", "Fund Raising Info",  "http://www.stmichaels-academy.org/fund_raising/fund_raising_events.htm", "");
	menu.addSubItem("webmasterid", "History Of School", "History Of School",  "http://www.stmichaels-academy.org/about_us/history.htm", "");
	menu.addSubItem("webmasterid", "Map To Academy", "Map To Academy",  "http://www.stmichaels-academy.org/about_us/maps.htm", "");
	menu.addSubItem("webmasterid", "Philosophy", "Philosophy",  "http://www.stmichaels-academy.org/about_us/our_philosophy.htm", "");
	menu.addSubItem("webmasterid", "Staff", "Staff",  "http://www.stmichaels-academy.org/about_us/staff.htm", "");
	
    menu.addSubItem("religiousid", "First Holy Communion", "First Holy Communion",  "http://www.stmichaels-academy.org/religious_info/communion.htm", "");
    menu.addSubItem("religiousid", "Lent", "Lent",  "http://www.stmichaels-academy.org/religious_info/lent.htm", "");
	menu.addSubItem("religiousid", "St Michael Catholic Church Website", "St Michael Catholic Church Website",  "http://www.stmichaelscatholic.com", "_blank");
    menu.addSubItem("religiousid", "Sinsinawa Dominicans Website", "Sinsinawa Dominicans Website",  "http://www.sinsinawa.org/", "_blank");
    menu.addSubItem("religiousid", "Protecting God's Children", "Protecting God's Children",  "http://www.stmichaels-academy.org/Protecting_Gods_Children/protecting_home.htm, "_blank");

	menu.addSubItem("newsid", "Academy Newsletter", "Academy Newsletter",  "http://www.stmichaels-academy.org/parents_section/newsletter.htm", "");
	menu.addSubItem("newsid", "Adopt A Family Program", "Adopt A Family Program",  "http://www.stmichaels-academy.org/parents_section/adopt_a_family_program.htm", "");
	menu.addSubItem("newsid", "Athletic Activities", "Athletic Activities",  "http://www.stmichaels-academy.org/sports_teams/sports.htm", "");
	menu.addSubItem("newsid", "Contact Staff", "Contact Staff",  "http://www.stmichaels-academy.org/staff_info/staff_contact.htm", "");
	menu.addSubItem("newsid", "Financial Picture", "Financial Picture",  "http://www.stmichaels-academy.org/parents_section/financial.htm", "");
	menu.addSubItem("newsid", "Milk Program", "Milk Program",  "http://www.stmichaels-academy.org/parents_section/milk_program.htm", "");

	menu.addSubItem("newsid", "Lunch Calendar/Menus", "Lunch Calendar/Menus",  "http://www.stmichaels-academy.org/calendars/hot_lunch_dec_2003.htm", "");
	menu.addSubItem("newsid", "Newsletter Archives", "Newsletter Archives",  "http://www.stmichaels-academy.org/parents_section/newsletter_archives.htm", "");
	menu.addSubItem("newsid", "Office Notes", "Office Notes",  "http://www.stmichaels-academy.org/staff_info/office_info.htm", "");
	menu.addSubItem("newsid", "PTA Information", "PTA Information",  "http://www.stmichaels-academy.org/pta/pta_info.htm", "");
	menu.addSubItem("newsid", "Principal Notes", "Principal Notes",  "http://www.stmichaels-academy.org/staff_info/principal_notes.htm", "");
	menu.addSubItem("newsid", "School Supply List", "School Supply List",  "http://www.stmichaels-academy.org/parents_section/supply_list.htm", "");
	menu.addSubItem("newsid", "Volunteer Information", "Volunteer Information",  "http://www.stmichaels-academy.org/parents_section/volunteers.htm", "");
	menu.addSubItem("newsid", "Field Trips", "Field Trips",  "http://www.stmichaels-academy.org/calendars/field_trips_dec_2003.htm", "");
	
	menu.addSubItem("freedownloadid", "Pre-School", "Pre-School",  "http://www.stmichaels-academy.org/preschool/preschool_info.htm", "");
	menu.addSubItem("freedownloadid", "Kindergarten", "Kindergarten",  "http://www.stmichaels-academy.org/staff_info/kindergarten.htm", "");
	menu.addSubItem("freedownloadid", "First Grade", "First Grade",  "http://www.stmichaels-academy.org/staff_info/first_grade.htm", "");
	menu.addSubItem("freedownloadid", "Second Grade", "Second Grade",  "http://www.stmichaels-academy.org/staff_info/second_grade.htm", "");
    menu.addSubItem("freedownloadid", "Third Grade", "Third Grade",  "http://www.stmichaels-academy.org/staff_info/third_grade.htm", "");
    menu.addSubItem("freedownloadid", "Fourth Grade", "Fourth Grade",  "http://www.stmichaels-academy.org/staff_info/fourth_grade.htm", "");
    menu.addSubItem("freedownloadid", "Fifth Grade", "Fifth Grade",  "http://www.stmichaels-academy.org/staff_info/fifth_grade.htm", "");
    menu.addSubItem("freedownloadid", "Sixth Grade", "Sixth Grade",  "http://www.stmichaels-academy.org/staff_info/sixth_grade.htm", "");
    menu.addSubItem("freedownloadid", "Seventh Grade", "Seventh Grade",  "http://www.stmichaels-academy.org/staff_info/seventh_grade.htm", "");
    menu.addSubItem("freedownloadid", "Eighth Grade", "Eighth Grade",  "http://www.stmichaels-academy.org/staff_info/eighth_grade.htm", "");
    menu.addSubItem("freedownloadid", "Art", "Art",  "http://www.stmichaels-academy.org/staff_info/art_class.htm", "");
    menu.addSubItem("freedownloadid", "Computer", "Computer",  "http://www.stmichaels-academy.org/staff_info/computer.htm", "");
    menu.addSubItem("freedownloadid", "Music Class", "Music Class",  "http://www.stmichaels-academy.org/staff_info/music.htm", "");
    menu.addSubItem("freedownloadid", "Physical Education", "Physical Education",  "http://www.stmichaels-academy.org/staff_info/PE.htm", "");
    menu.addSubItem("freedownloadid", "Spanish", "Spanish",  "http://www.stmichaels-academy.org/staff_info/spanish.htm", "");
    menu.addSubItem("freedownloadid", "Guidance Counselor", "Guidance Counselor",  "http://www.stmichaels-academy.org/staff_info/guidance.htm", "");
    menu.addSubItem("freedownloadid", "Book Club", "Book Club",  "http://www.stmichaels-academy.org/staff_info/book_club.htm", "");
    menu.addSubItem("freedownloadid", "School Contests", "School Contests",  "http://www.stmichaels-academy.org/staff_info/school_contests.htm", "");
	
	menu.addSubItem("searchengineid", "Photo Tour Inside", "Photo Tour Inside",  "http://www.stmichaels-academy.org/photogallery/vitual_tour.htm", "");
	menu.addSubItem("searchengineid", "Photo Tour Outside", "Photo Tour Outside",  "http://www.stmichaels-academy.org/photogallery/vitual_tour1.htm", "");
	menu.addSubItem("searchengineid", "Sports Photo Album", "Sports Photo Album", "http://www.stmichaels-academy.org/sports_teams/photo_album.htm", "");
	menu.addSubItem("miscid", "Current Month School Calendar", "Current Month School Calendar",  "http://www.stmichaels-academy.org/calendars/calendarsept.htm", "");
	menu.addSubItem("miscid", "Oct 2005 Month School Calendar", "Oct 2005 Current Month School Calendar",  "http://www.stmichaels-academy.org/calendars/calendaroct2005.htm", "");
	menu.addSubItem("miscid", "Catholic Schools Week", "Catholic Schools Week",  "http://www.stmichaels-academy.org/calendars/catholic_schools_week2005.htm", "");
	menu.addSubItem("miscid", "Field Trips", "Field Trips",  "http://www.stmichaels-academy.org/calendars/field_trips_dec_2003.htm", "");
    menu.addSubItem("miscid", "Hot Lunch", "Hot Lunch",  "http://www.stmichaels-academy.org/calendars/hot_lunch_dec_2003.htm", "");
    menu.addSubItem("miscid", "Hot Lunch Menu FORMS", "Hot Lunch Menu FORMS",  "http://www.stmichaels-academy.org/calendars/hot_lunch_menu.htm", "");
    menu.addSubItem("miscid", "PTA", "PTA",  "http://www.stmichaels-academy.org/calendars/pta_schedule.htm", "");
    menu.addSubItem("miscid", "Yearly School Calendar", "Yearly School Calendar",  "http://www.stmichaels-academy.org/calendars/calendar_yearly.htm", "");
        
    menu.addSubItem("msuid", "Island Post Newspaper", "Island Post Newspaper",  "http://www.stmichaels-academy.org/school_newspaper/school_newspaper1_feb2006.htm", "");
    

	menu.showMenu();
}