//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("newsid", "The Latin Edge", "What is my average? (password required)   What is our homework again?",  null, null);
	menu.addItem("webmasterid", "Policies & Grading", "Policies & Grading",  null, null);
	
	menu.addItem("freedownloadid", "Strategies for Success", "proven tips from the guy who writes the tests...hmmm!",  null, null);
	menu.addItem("searchengineid", "Online Study Tools", "Latin Drill activities, electronic flashcards, Latin dictionaries, etc.",  null, null);
	menu.addItem("miscid", "Need More Help?", "Where is Mr. Rietz?",  null, null);

menu.addSubItem("newsid", "The Root Connects Everything", "The hidden keys to school...given only to Latin students!",  "whylatin.html#root", "");
	menu.addSubItem("newsid", "Habits for a Life of Learning", "Can Latin change the way you think and study?",  "whylatin.html#habits", "_blank");
	menu.addSubItem("newsid", "Higher Test Scores", "even now",  "whylatin.html#testscores", "");
	menu.addSubItem("newsid", "College Admissions", "Can Latin help me get into a good college with advanced credit and a scholarship?",  "whylatin.html#college", "");
	menu.addSubItem("newsid", "How Much Latin?", "How much Latin should I take and why?",  "whylatin.html#howmuch", "");
	menu.addSubItem("newsid", "For More Information", "Find out for yourself!",  "whylatin.html#testscores", "");
	menu.addSubItem("newsid", "Back to Main Page", "Back to Main Page",  "index.html", "");

	menu.addSubItem("webmasterid", "The Basics", "How is my grade computed and why?",  "grading.html", "");
	menu.addSubItem("webmasterid", "Homework", "Homework",  "grading.html#homework", "");
	menu.addSubItem("webmasterid", "Quizzes", "Quizzes",  "grading.html#quizzes", "");
	menu.addSubItem("webmasterid", "Tests", "Tests",  "grading.html#tests", "");
	menu.addSubItem("webmasterid", "Exams", "Exams",  "grading.html#exams","");
	menu.addSubItem("webmasterid", "Making Up Work", "Making Up Work",  "improvement.html#makeup","");
	menu.addSubItem("webmasterid", "Back to Main Page", "Back to Main Page",  "index.html", "");

	

	menu.addSubItem("freedownloadid", "Where to Start", "Where to Start",  "improvement.html#where", "");
	menu.addSubItem("freedownloadid", "Check Grades", "Requires your NetClassroom Password",  "http://bganetclassroom.battlegroundacademy.org/NetClassroom7/Forms/login.aspx?ReturnUrl=%2fNetClassroom7%2fDefault.aspx", "_new");
	menu.addSubItem("freedownloadid", "Making Up Work", "Making Up Work",  "improvement.html#makeup", "");
	menu.addSubItem("freedownloadid", "Improving Homework", "Homework",  "improvement.html#homework", "");
	menu.addSubItem("freedownloadid", "Improving Quizzes", "Quizzes",  "improvement.html#quizzes", "");
	menu.addSubItem("freedownloadid", "Improving Tests", "Tests",  "improvement.html#tests", "");
	menu.addSubItem("freedownloadid", "Improving Exams", "Exams",  "improvement.html#exams", "");
	menu.addSubItem("freedownloadid", "Back to Main Page", "Back to Main Page",  "index.html", "");

	
	menu.addSubItem("searchengineid", "Latin Drills", "drills for every chapter in our book",  "http://www.abney.homestead.com/ecce1.html", "_blank");
	menu.addSubItem("searchengineid", "...and More Drills!", "some chapters, mostly vocabulary",  "http://www.quia.com/dir/latin/er1.html", "_blank");
	menu.addSubItem("searchengineid", "Online Flashcards", "Drill online, print them, or download them to your Palm.  WARNING:  These were made by students, and there are a few mistakes.",  "http://flashcardexchange.com/directory/1160.html", "_blank");
	menu.addSubItem("searchengineid", "Latin Dictionary", "To find a Latin word for an English word, type ~e followed by the English word.",
"http://lysy2.archives.nd.edu/cgi-bin/words.exe", "_new");
	menu.addSubItem("searchengineid", "English Dictionary", "Want to know if PORCUPINE comes from PORCUS?  Use this.",  "http://dictionary.reference.com/", "_new");
	menu.addSubItem("searchengineid", "Back to Main Page", "Back to Main Page",  "index.html", "");

	menu.addSubItem("miscid", "Morning Help Session", "Morning Help Session",  "morehelp.html", "");	
	menu.addSubItem("miscid", "Email Mr. Rietz", "Email Mr. Rietz",  "mailto:georger@bgacademy.com", "");
	menu.addSubItem("miscid", "Other Contact Info", "Other Contact Info",  "morehelp.html#contact", "");
	menu.addSubItem("miscid", "Back to Main Page", "Back to Main Page",  "index.html", "");

	menu.showMenu();
}
