/*
--- 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_MAIN =
[
 ["Home", "/", null],
 ["About EBCB", "/about.php", null,
  ["Our Church's Servants", "/about_servants.php", null],
  ["What We Believe", "/about_doctrine.php", null],
  ["Directions to EBCB", "/about_directions.php", null],
  ["Transportation to EBCB", "/about_transportation.php", null]
  ],
 ["Announcements", "/announcements.php", null],
 ["Ministries", "/ministry/", null, 
  ["Children and Youth", "/ministry/children/", null],
  ["College Ministry", "/ministry_college.php", null],
  ["Adults", "/ministry_adult.php", null],
  ["Men", "/ministry_men.php", null], 
  ["Women", "/ministry_women.php", null],
  ["Tutoring", "/ministry_eat.php", null],
  ["Outreach", "/missions_outreach.php", null]
  ],
 ["Missions", null, null, 
  ["EBCT", "http://www.ebct.org.tw", null],
  ["Short-term: Taiwan", "/missions_short_term_taiwan.php", null]
  ],
 ["Online Sermons", "/resources_sermons.php", null, 
  ["EBCB Sunday Sermons", "/resources_sermons_ebcb.php", null],
  ["Midweek Service", "/resources_sermons_sac.php", null],
  ["ECF Friday Messages", "/resources_sermons_ecf.php", null],
  ["Sermon Database", "/resources_sermon_database.php", null]
  ],
 ["Resources", null, null,
  ["How to Find a Church", "/about_findchurch.php", null],
  ["Who is Christ?","/resources_christ.php", null],
  ["Devotionals / Book List", "/resources_devotional.php", null],
  ["FAQs", "/resources_faq.php", null],
  ["Links", "/resources_links.php", null],
  ["Forms/Registration", "/resources_forms.php", null]
  ]
 ];

