/*

TLCSD Quicklinks script

*/

var palmtree=new jktreeview("tree3")
palmtree.addItem("View Assignments", "", "http://www.tupperlakecsd.net/mhs-web/HomeworkCall.asp")
palmtree.addItem("Upcoming Middle/High Events", "", "http://_____")

var branch3=palmtree.addItem("Main Office") //A TREE BRANCH WITH NO URL FOR ITSELF
palmtree.addItem("Call or Visit", branch3, "http://www.tupperlakecsd.net/mhs-web/off-moffice.htm") //Add this item to branch3
palmtree.addItem("Attendance", branch3, "http://www.tupperlakecsd.net/mhs-web/off-attendance.htm") //Add this item to branch3
palmtree.addItem("Nurse", branch3, "http://www.tupperlakecsd.net/mhs-web/off-nurse.htm") //Add this item to branch3
palmtree.addItem("Student Handbook", branch3, "http://www.tupperlakecsd.net/mhs-web/Parent-StudentHandbook.pdf") //Add this item to branch3
palmtree.addItem("Extra-Curricular Handbook", branch3, "http://www.tupperlakecsd.net/mhs-web/ExtraCurricularHandbook.pdf") //Add this item to branch3
palmtree.addItem("Discipline Code", branch3, "http://www.tupperlakecsd.net/mhs-web/DisciplineCode.pdf") //Add this item to branch3

var branch4=palmtree.addItem("Guidance") //A TREE BRANCH WITH NO URL FOR ITSELF
palmtree.addItem("Graduation Requirements", branch4, "http://www.tupperlakecsd.net/guidance-web/gradreq.htm") //Add this item to branch4
palmtree.addItem("Course Offerings", branch4, "http://www.tupperlakecsd.net/guidance-web/courses.htm") //Add this item to branch4
palmtree.addItem("Financial Aid", branch4, "http://www.tupperlakecsd.net/guidance-web/collegeprep.htm") //Add this item to branch4
palmtree.addItem("Request Transcript", branch4, "http://www.tupperlakecsd.net/guidance-web/req-transcript.htm") //Add this item to branch4
palmtree.addItem("Letter of Recommendation", branch4, "http://www.tupperlakecsd.net/guidance-web/req-letter.htm") //Add this item to branch4

palmtree.addItem("Clubs", "", "http://www.tupperlakecsd.net/guidance-web/clubs.htm")
palmtree.addItem("Library", "", "http://tlh.fehb.org/bin/home")

var branch6=palmtree.addItem("Exam Schedules") //A TREE BRANCH WITH NO URL FOR ITSELF
palmtree.addItem("Middle School Exams", branch6, "http://163.153.51.40/msexams.pdf") //Add this item to branch6
palmtree.addItem("High School Exams", branch6, "http://163.153.51.40/msexams.pdf") //Add this item to branch6

palmtree.addItem("Physical Education", "", "http://www.tupperlakecsd.net/mhs-web/physicaleduc/pehome.htm")
palmtree.addItem("Middle School Supply List", "", "http://163.153.51.40/mssupplies.pdf")
palmtree.addItem("High School Supply List", "", "http://163.153.51.40/hssupplies.pdf")

palmtree.treetop.draw(); //REQUIRED LINE: Initalize tree  