var MENU_ITEMS = [
   ['WELCOME TO RSC', 'index.php', {'tw' : '_self'}],
   ['ABOUT RSC', 'about.php', {'tw' : '_self'}],
   ['SERVICES / EVENTS', 'services.php', {'tw' : '_self'},
      ['SERVICES', 'services.php', {'tw' : '_self'}],
      ['A COURSE IN MIRACLES', 'acim.php', {'tw' : '_self'}],
      ['MUSIC MINISTRY', 'music_ministry.php', {'tw' : '_self'}]
   ],
   ['YOUTH / FAMILY', 'youth_and_family.php', {'tw' : '_self'}],
   ['OUTREACH', 'outreach.php', {'tw' : '_self'}],
   ['PRAYER REQUEST', 'prayer_requests.php', {'tw' : '_self'}],
   ['STAFF', 'staff.php', {'tw' : '_self'}],
   ['CONTACT RSC', 'contact.php', {'tw' : '_self'}],
   ['BLOG', 'http://www.reflectionsonthepath.blogspot.com', {'tw' : '_blank'}],
   ['GIVING', 'donations.php', {'tw' : '_self'}]
];
