/* --- menu items --- note that this structure has changed its format since previous version. additional third parameter is added for item scope settings. Now this structure is compatible with Tigra Menu GOLD. Format description can be found in product documentation. */ var MENU_ITEMS = [ ['Home', 'index.htm', null, // example to open in new window ['SoftComplex', 'http://www.softcomplex.com/', {'tw' : 'content'}, ], ['Staff', null, null, ['Contacts', 'staff_Phone.htm', null, ], ], ['Student Services', null, null, ['Course Calendar', 'COURSE CALENDAR 2009-2010.doc', {tw:'_blank', sb: 'This is our Course Calendar'},], ['Course Selection Sheets', null, null, ['Grade 9', 'Grade 9 Course Selection 2009-2010.doc', {tw:'_blank', sb: 'Grade 9 Course Selection Sheet'},], ], ['Awards Booklet', 'AWARD BOOK- local 2009.doc',{tw:'_blank', sb: 'This is our Award Book'},], ['New Registrations', 'Website info Feb 2009.doc',{tw:'_blank', sb: 'New Registrant Documentation'},], ], ['Library', null, null, ['On-Line Resources', 'lib_onLineResearch.htm',{sb:'Some Links to help with Research'},], ], ['Policies', null, null, ['Attendance', 'Policy_Attendance.htm'], ['Academic Honesty', 'Policy_AcademicHonesty.htm'], ['Electronic Equipment', 'Policy_ElectronicEqip.htm'], ['Harassment', 'Policy_Harassment.htm'], ['Smoking', 'Policy_Smoking.htm'], ['Drugs and Alcohol', 'Policy_Drug.htm'], ['Computer Network', 'Policy_ComputerNetwork.htm'], ['Dress Code', 'Policy_Dress.htm'], ], ['Partners', null, null, ['Parent Council', 'Partners_parents.htm'], ['Community', 'Partners_community.htm'], ], ];