//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htmfunction showToolbar(){menu = new Menu();//begin edit// AddItem(id, text, hint, location, alternativeLocation);menu.addItem(null,"Home","","../default.html",null);menu.addItem("aboutid","About","",null,null);menu.addItem("programid","Programmes","",null,null);menu.addItem("admitid","Admissions","",null,null);menu.addItem("staffid","Staff","",null,null);menu.addItem("studentsid","Students","",null,null);menu.addItem("parentsid","Parents","",null,null);menu.addItem("libraryid","Library","",null,null);menu.addItem("newsid","News","",null,null);menu.addItem("employid","Employment","",null,null);menu.addItem("alumniid","Alumni ","",null,null);menu.addItem("indexid","Index","","../webindex.html",null);// AddSubItem(idParent, text, hint, location, linktarget);//menu.addSubItem("aboutid","&nbsp;","","","");menu.addSubItem("aboutid","Overview","","../about/default.html","");menu.addSubItem("aboutid","School Board","","../about/board.html","");menu.addSubItem("aboutid","Contact Directory","","../about/contact.html","");menu.addSubItem("aboutid","Policies","","../about/policies.html","");menu.addSubItem("aboutid","Uniforms","","../about/uniform.html","");menu.addSubItem("aboutid","Links & Affiliations","","../about/links.html","");menu.addSubItem("aboutid","&nbsp;","","","");//menu.addSubItem("programid","&nbsp;","","","");menu.addSubItem("programid","Overview","","../program/default.html","");menu.addSubItem("programid","Kindergarten","","../program/kindergarten.html","");menu.addSubItem("programid","Elementary 1-8","","../program/elementary.html","");menu.addSubItem("programid","Secondary 9-12","","../program/secondary.html","");menu.addSubItem("programid","Guidance","","../program/guidance.html","");menu.addSubItem("programid","Extra Curricular","","../program/extra.html","");menu.addSubItem("programid","Character Education","","../program/character.html","");menu.addSubItem("programid","Leadership Development","","../program/leadership.html","");menu.addSubItem("programid","&nbsp;","","","");//menu.addSubItem("admitid","&nbsp;","","","");menu.addSubItem("admitid","Requirements","","../admit/default.html","");menu.addSubItem("admitid","Fees","","../admit/fees.html","");menu.addSubItem("admitid","Registration","","../admit/register.html","");menu.addSubItem("admitid","&nbsp;","","","");//menu.addSubItem("staffid","&nbsp;","","","");menu.addSubItem("staffid","Administrative","","../staff/default.html","");menu.addSubItem("staffid","Elementary","","../staff/elementary.html","");menu.addSubItem("staffid","Secondary","","../staff/secondary.html","");menu.addSubItem("staffid","Support","","../staff/support.html","");menu.addSubItem("staffid","&nbsp;","","","");//menu.addSubItem("studentsid","&nbsp;","","","");menu.addSubItem("studentsid","Student Council","","../students/default.html","");menu.addSubItem("studentsid","Guidance Services","","../students/guidance.html","");menu.addSubItem("studentsid","College & University","","../students/college.html","");menu.addSubItem("studentsid","&nbsp;","","","");//menu.addSubItem("parentsid","&nbsp;","","","");menu.addSubItem("parentsid","Information for Parents","","../parents/default.html","");menu.addSubItem("parentsid","Parent-Teacher Association","","../parents/pta.html","");//menu.addSubItem("parentsid","PTA Projects","","../parents/projects.html","");//menu.addSubItem("parentsid","Executive & Contact","","../parents/contact.html","");menu.addSubItem("parentsid","&nbsp;","","","");//menu.addSubItem("libraryid","&nbsp;","","","");menu.addSubItem("libraryid","Services","","../library/default.html","");menu.addSubItem("libraryid","Policies","","../library/policies.html","");menu.addSubItem("libraryid","Resources","","../library/resource.html","");menu.addSubItem("libraryid","&nbsp;","","","");//menu.addSubItem("newsid","&nbsp;","","","");menu.addSubItem("newsid","What's New","","../news/default.html","");menu.addSubItem("newsid","Calendar","","../news/calendar/default.html","");menu.addSubItem("newsid","Newsletter","","../news/letter/default.html","");menu.addSubItem("newsid","Annual Review","","../news/review/default.html","");menu.addSubItem("newsid","Photo Gallery","","../news/gallery/default.html","");menu.addSubItem("newsid","&nbsp;","","","");//menu.addSubItem("employid","&nbsp;","","","");menu.addSubItem("employid","Current Opportunities","","../employ/default.html","");menu.addSubItem("employid","Academic Requirements","","../employ/academic.html","");menu.addSubItem("employid","Administrative & Support","","../employ/admin.html","");menu.addSubItem("employid","Trinidad & Tobago - Links","","../employ/tnt.html","");menu.addSubItem("employid","&nbsp;","","","");//menu.addSubItem("alumniid","&nbsp;","","","");menu.addSubItem("alumniid","Alumni News","","../alumni/default.html","");menu.addSubItem("alumniid","Tertiary Education","","../alumni/tertiary.html","");menu.addSubItem("alumniid","&nbsp;","","","");//end editmenu.showMenu();}
