var MENU_ITEMS = [
   ['Home', null, {'tw':'center'},
      ['Welcome', '/welcome.php', {'tw':'center'}],
      ['Staff', '/staff.php', {'tw':'center'}]
   ],
   ['Carthage Campus', null, {'tw':'center'},
      ['PCS Application', '/PCS_app.php', {'tw':'center'}],
      ['PCS News', null, {'tw':'center'}],
      ['Student of the Week _carthage', '/sofwc.php', {'tw':'center'}],
      ['About', '/about.php', {'tw':'center'}],
      ['Where are they now', '/wherenow.php', {'tw':'center'}]
   ],
   ['Early College', null, {'tw':'center'},
      ['Early College Application', '/echs1_app.php', {'tw':'center'}],
      ['Panola Charter Early College', '/earlycollege.php', {'tw':'center'}],
      ['College News', '/collegenews.php', {'tw':'center'}],
      ['ECHS Student of the Week', '/echssotw.php', {'tw':'center'}],
      ['History of Early College', 'http://www.earlycolleges.org/', {'tw':'center'}],
      ['ECHS Pictures', '/echsp.php', {'tw':'center'}]
   ],
   ['Articles', null, {'tw':'NIL'},
      ['Teachers Home Pages', '/teachers.php', {'tw':'center'}],
      ['Archived News', '/ai.php', {'tw':'center'}]
   ],
   ['Student Handbook', '/handbook.php', {'tw':'center'}],
   ['Texas Education', null, {'tw':'center'},
      ['Texas ISD', 'http://www.texasisd.com', {'tw':'center'}],
      ['Texas Education Agency', 'http://www.tea.state.tx.us/', {'tw':'center'}]
   ],
   ['Contact Us', '/contact.php', {'tw':'center'}]
];