/*
  --- 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 = [
	['Calendar/Misc', null, null,
		['Calendar', 'http://www.lcmwest.org/vcalendar/day.php'],
		['Bulletins', 'http://www.churchofthemaster.com/bulletins.htm'],
		['July-Aug. Newsletter', 'http://www.churchofthemaster.com/Newsletter0811.pdf'],
		['ILT Newsletter', 'http://www.churchofthemaster.com/Holiday2010.pdf'],
		['Time & Talent Sheet', 'http://www.lcmwest.org/volunteer.php']
        ],
	['About Us', null, null,
	        ['Worship Services', 'http://www.churchofthemaster.com/worship.htm'],
	        ['Locations', 'http://www.churchofthemaster.com/locations.htm'],
		['Our Staff', 'http://www.lcmwest.org/staff.php'],
	        ['Church Council', null, null,
		  ['Council Organization', 'http://www.churchofthemaster.com/council-reorg012205.pdf'],
		  ['Articles of Incorporation', 'http://www.churchofthemaster.com/incorp011804.pdf'],
		  ['Bylaws', 'http://www.churchofthemaster.com/bylaws011804.pdf'],
		  ['HR Policy Manual', 'http://www.lcmwest.org/HR_Policy_Manual.htm']
	        ],
		['Our History', 'http://www.churchofthemaster.com/history45th.pdf'],
		['LCMC', 'http://lcmc.net'],
		['LCMC Newsletters', 'http://www.lcmc.net/newsletters.html'],
		['LCMC Heartland Dist.', 'http://www.churchofthemaster.com/heartland.htm'],
		['What is Lutheran ?', 'http://www.churchofthemaster.com/lutheran.htm']
	],
	['Education', null, null,
		['Alleluia! Preschool', 'http://www.churchofthemaster.com/preschool2.htm'],
		['Children & Family', 'http://www.churchofthemaster.com/cfm.htm'],
		['Childrens Sermons', 'http://www.churchofthemaster.com/childrens-sermons.htm'],
		['Confirmation', 'http://www.churchofthemaster.com/ms-youth.htm'],
		['Library', 'http://www.lcmwest.org/library.php'],
		['Sunday School Register', 'http://www.lcmwest.org/ss11-reg.htm']
        ],
	['Ministries', null, null,
		['Prayer Chain', 'http://www.churchofthemaster.com/prayer.htm'],
                ['Prayer Shawl', null, null,
                    ['Video (Windows Media)', 'http://www.lcmwest.org/PrayerShawlMinistry.wmv'],
                    ['Video (Quick Time)', 'http://www.lcmwest.org/PrayerShawlMinistry.mov']
                ],
		['Senior Care', 'http://www.churchofthemaster.com/SeniorCare.pdf'],
		['Small Group', 'http://www.churchofthemaster.com/smallgroup.htm'],
		['Stephen', 'http://www.churchofthemaster.com/stephen.htm'],
		['Sermon Videos', 'http://www.youtube.com/LCMemberNe'],
		['Worship & Music', 'http://www.churchofthemaster.com/worship-music.htm'],
	        ['Youth', null, null,
		   ['MS Youth', 'http://www.churchofthemaster.com/ms-youth.htm'],
		   ['HS Youth', 'http://www.churchofthemaster.com/hs-youth.htm']

                ],
		['Young Adult', 'http://www.churchofthemaster.com/young_adult.htm']
	],
	['Missions', null, null,
	        ['Local Missions', null, null,
                   ['Good News Jail & Prison Ministry', 'http://www.goodnewsjail.org'],
                   ['Habitat for Humanity', 'http://www.omahahabitat.org'],
                   ['Lutheran Service Corps', 'http://www.lscomaha.org'],
                   ['Nebraska Lutheran Outdoor Ministries', 'http://www.nlom.org'],
                   ['Stephen Center', 'http://www.stephencenter.org']
                ],
	        ['National Missions', null, null,
                   ['Fellowship of Christian Athletes', 'http://www.fca.org'],
                   ['Okoboji Bible Camp', 'http://www.okoboji.org'],
                   ['Youth for Christ', 'http://www.yfc.net']
                ],
	        ['International Missions', null, null,
                   ['Gideons International', 'http://www.gideons.org'],
                   ['Lutheran Church of Haiti', 'http://www.churchofthemaster.com/haiti.htm'],
                   ['Lutheran World Relief', 'http://www.lwr.org']
                 ],
	        ['Missionaries', null, null,
                   ['Darwin & Kristi Akin Costa Rica ', 'http://www.churchofthemaster.com/akin0403.htm'],
                   ['Dennis Beck - CCCI', 'http://www.ccci.org'],
                   ['Jennifer Ellis - Frontiers', '#'],
                   ['Roger Gehring', '#'],
                   ['Pastor Jacobson - El Salvador', 'http://www.churchofthemaster.com/pictures/jacobson.jpg'],
		   ['John Nicholson - CCCI', null, null,
		   	['CCCI Staff Member', 'https://give.ccci.org/give?Action=ViewDetail&Desig=0113279'],
		   	['Open the Door Video', 'http://www.openthedoorgmo.com'],
		   	['Global Media Outreach (GMO)', 'http://www.greatcommission2020.com'],
		   	['GMO Join Us', 'http://www.GMOJoinUs.com']
		   ]

                ],
        ],
	['Picture Gallery', null, null,
                ['Preschool Fall 2010', 'http://picasaweb.google.com/107635030230406894372/PreschoolFall2010?authkey=Gv1sRgCNazhqH6rf_r4wE#'],
 		['50th Anniv.', 'http://picasaweb.google.com/107635030230406894372/Anniv50Pics#']
        ]
];

