/*******************************************************************************
 * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) This notice
 * MUST stay intact for legal use Visit http://www.dynamicdrive.com/ for full
 * source code
 ******************************************************************************/

// Contents for menu 1 - PROGRAM
var menu1 = new Array();
menu1[0] = "<a href=\"ProgramBenefits.htm\">Program Benefits</a>";
menu1[1] = "<a href=\"ProgramObjectives.htm\">Program Objectives</a>";
menu1[2] = "<a href=\"AdmissionRequirements.htm\">Admission Requirements</a>";
menu1[3] = "<a href=\"ProgramCosts.htm\">Program Fees</a>";
menu1[4] = "<a href=\"LogonPayment.htm\">Payment Center</a>";
menu1[5] = "<a href=\"StepsToTeaching.htm\">Steps To Teaching</a>";

// Contents for menu 2 - PROGRAM
var menu2 = new Array();
menu2[0] = "<a href=\"About.htm\">Who We Are</a>";
menu2[1] = "<a href=\"FAQ.htm\">FAQ</a>";
menu2[2] = "<a href=\"Accreditation.htm\">Accreditation</a>";
menu2[3] = "<a href=\"Mission.htm\">Mission Statement</a>";
menu2[4] = "<a href=\"Directors.htm\">Directors</a>";
menu2[5] = "<a href=\"ImportantLinks.htm\">Important Links</a>";
menu2[6] = "<a href=\"SystemRequirements.htm\">System Requirements</a>";

// Contents for menu 3 - PROGRAM
var menu3 = new Array();
menu3[0] = "<a href=\"MyProgram.htm\">My Program</a>";
menu3[1] = "<a href=\"ViewTranscript.htm\">My Grades</a>";
menu3[2] = "<a href=\"ViewTuition.htm\">My Tuition</a>";
menu3[3] = "<a href=\"Account Menu.htm\">My Account</a>";
menu3[4] = "<a href=\"InternObservation.htm\">Log Observation Hours</a>";
menu3[5] = "<a href=\"Calendar.htm\">Calendar</a>";
menu3[6] = "<a href=\"Announcements.htm\">Announcements</a>";
menu3[7] = "<a href=\"News.htm\">News of the Day</a>";
menu3[8] ='<a href="http://www.txite.org/pdf/docs/Programs/TITEHandbook.pdf">Candidate Handbook</a>';
menu3[9] = '<a href="http://www.txite.org/pdf/docs/Programs/InternshipClinicalTeachingHandbook.pdf">Internship Handbook</a>';
menu3[10] = "<a href=\"InstructionalVideo.htm\">Instructional Video</a>";

//Contents for menu 4 - PROFDVLP
var menu4 = new Array();
menu4[0] = "<a href=\"MyProgram.htm\">My Program</a>";
menu4[1] = "<a href=\"ViewTranscript.htm\">My Grades</a>";
menu4[2] = "<a href=\"Account Menu.htm\">My Account</a>";
menu4[3] = "<a href=\"Calendar.htm\">Calendar</a>";
menu4[4] = "<a href=\"News.htm\">News of the Day</a>";

// Contents for menu 6 - SURVEY
var menu6 = new Array();
menu6[0] = "<a href=\"LogonSurvey.htm\">School District</a>";
menu6[1] = "<a href=\"LogonSurvey.htm\">ACP</a>";
menu6[2] = "<a href=\"LogonSurvey.htm\">IHE</a>";
menu6[3] = "<a href=\"LogonSurvey.htm\">ESC</a>";
menu6[4] = "<a href=\"LogonSurvey.htm\">Program Candidates</a>";
