/* Tigra Menu items structure */
var MENU_ITEMS = [
   ['History         ', 'history.php'],
   ['About Our School', null, null,
       ['Mission Statement', 'mission.php '],
       ['Classroom Setup  ', 'clssetup.php'],
       ['Curriculum       ', 'curr.php    '],
       ['Teaching Methods ', 'tchmeth.php '],
       ['Environment      ', 'environ.php '],
       ['Assessment       ', 'assess.php  '],
       ['School Year      ', 'year.php    '],
       ['School Hours     ', 'hours.php   '],
       ['Fees             ', 'fees.php    ']
   ],
   ['Photo Album     ', 'images/albums/index.php'],
   ['Downloads       ', 'downloads.php'],
   ['Contact Us      ', 'contact.php'],
   ['Related Links   ', 'links.php']
];


