// write me if you have questions: web.master@male.net

// constants
var initX = 10; // x-coordinate of top left corner of dropdown menu 
var initY = 190; // y-coordinate of top left corner of dropdown menu 
var backColor = '#ffffff'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = 'black'; // the color of dropdown menu border
var borderSize = '1'; // the width of dropdown menu border
var itemHeight = 20;
var xOverlap = 10;
var yOverlap = 10;
//


menuContent = new Array();

menuContent[0] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
15, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Map & Directions', 'http://www.lord-of-life.org/about/map.htm', //MainMenu About Us
'Know, Grow, Serve, Share', 'http://www.lord-of-life.org/about/KnowGrowServeShare.htm',
'Pastor & Staff', 'http://www.lord-of-life.org/about/pastor_and_staff.htm',
'Church Council', 'http://www.lord-of-life.org/about/church_council.htm',
'Picture Gallery', 'http://www.lord-of-life.org/about/gallery.htm',
'Quick Links', 'http://www.lord-of-life.org/index.htm',
'Call Process', 'http://www.lord-of-life.org/CallSection/CallInfo.htm'

));



menuContent[1] = new Array(
0, // the id of parent menu, -1 if this is a first level menu
2, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Pastor - Linda Covey', 'http://www.lord-of-life.org/about/staff/pastor.htm',// Submenu for About Us (Pastor and Staff)
'Secretary - Kim Puchalski', 'http://www.lord-of-life.org/about/staff/Secretary.htm',
'Director of Choirs - Susan Dennis', 'http://www.lord-of-life.org/about/staff/Pianist.htm',
'Organist - Robert Linn', 'http://www.lord-of-life.org/about/staff/Choir.htm',
'Custodian - Dave Johnson', 'http://www.lord-of-life.org/about/staff/Custodian.htm',
'Sunday School Superintendent - Tanya Ybanez', 'http://www.lord-of-life.org/about/staff/Superintendent.htm'
));

menuContent[2] = new Array(
0, // the id of parent menu, -1 if this is a first level menu
3, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'About Council', 'http://www.lord-of-life.org/about/council/members.htm', // Submenu for About Us (Church Council)
'Council Mailbox', 'http://www.lord-of-life.org/about/council/membersMailbox.htm',
'Council Meeting Minutes', 'http://www.lord-of-life.org/about/council/CouncilMinutes.htm'
));



menuContent[3] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
180, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Calendar', 'http://www.lord-of-life.org/events/calendar.htm', //mainMenu Events
'Special Events', 'http://www.lord-of-life.org/events/Events.htm',
'Special Services', 'http://www.lord-of-life.org/events/Services.htm',
'Giving Opportunities', 'http://www.lord-of-life.org/events/Giving.htm',
'Call Process', 'http://www.lord-of-life.org/CallSection/CallInfo.htm'
));

menuContent[4] = new Array(
3,
1,
200,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Fellowship', 'http://www.lord-of-life.org/events/Special_events/Fellowship.htm', //SubMenu Events (Special Events)
//'Meetings', 'http://www.lord-of-life.org/events/Special_events/Meetings.htm',
//'Fundraisers', 'http://www.lord-of-life.org/events/Special_events/Fundraiser.htm',
'Speakers', 'http://www.lord-of-life.org/events/Special_events/Speakers.htm'
));



menuContent[5] = new Array(
3, // the id of parent menu, -1 if this is a first level menu
2, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Holy Communion at Friendship Village, Devonshire and Lexington', 'http://www.lord-of-life.org/events/SpecialServices/HolyCommAtFriendship.htm', // SubMenu Events (Special Sevices)
'Homebound Communion', 'http://www.lord-of-life.org/events/SpecialServices/Homebound.htm',
'Lenten Mid-Week, Holy Week and Easter Sunday', 'http://www.lord-of-life.org/events/SpecialServices/Lenten.htm',
'Advent and Christmas', 'http://www.lord-of-life.org/events/SpecialServices/Advent.htm',
'Thankgiving and other sevices', 'http://www.lord-of-life.org/events/SpecialServices/Thanksgiving.htm',
'Contemporary Service', 'http://www.lord-of-life.org/events/SpecialServices/j4j.htm'
));

menuContent[6] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu ** changed from 3 by DDB on 1/12/2009
-1, // the number of line in parent menu, -1 if this is a first level menu ** changed from 3 by DDB on 1/12/2009
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Wish List', 'http://www.lord-of-life.org/events/GivingOpp/wish.htm', // SubMenu Events (Giving Opportunities)
'Capital Fund Drive', 'http://www.lord-of-life.org/events/GivingOpp/Capital.htm',
'Special Giving', 'http://www.lord-of-life.org/events/GivingOpp/Special.htm',
'Endowment & Memorial Fund', 'http://www.lord-of-life.org/events/GivingOpp/Endowment.htm',
'Collection for layettes, quilts, eyeglassess, cell phones, soup labels', 'http://www.lord-of-life.org/events/GivingOpp/Collections.htm'
));

menuContent[7] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
390, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Weekly Bulletin', 'http://www.lord-of-life.org/resources/Bulletin.htm', //MainMenu Resources
'Lord of Lifelines Newsletter', 'http://www.lord-of-life.org/resources/Lifelines.htm',
'Worship Volunteers Schedule', 'http://www.lord-of-life.org/resources/WorshipParticipantSchedule.htm',
//'CIA Briefs', 'http://www.lord-of-life.org/resources/CIABriefs.htm',
//'Sunday School Newsletter', 'http://www.lord-of-life.org/resources/Sunday.htm',
'Council Meeting Minutes', 'http://www.lord-of-life.org/about/council/CouncilMinutes.htm',
'Suggested Bible Readings', 'http://www.lord-of-life.org/resources/Suggested.htm',
'Links', 'http://www.lord-of-life.org/resources/Links.htm',
'On-line Registration Forms', 'http://www.lord-of-life.org/resources/Forms.htm',
'Natural Church Development', 'http://www.lord-of-life.org/members/NCD.htm'
));

menuContent[8] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
260, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Global Missions', 'http://www.lord-of-life.org/ministries/global.htm',
'Bible Study Groups', 'http://www.lord-of-life.org/ministries/bibleStudy.htm', //MainMenu Ministries
'Book Discussion Group', 'http://www.lord-of-life.org/ministries/book.htm',
'Choir', 'http://www.lord-of-life.org/ministries/choir.htm',
'"Loopy Ladies" Crochet Group', 'http://www.lord-of-life.org/ministries/loopy.htm',
'Men&rsquo;s Club', 'http://www.lord-of-life.org/ministries/mens.htm',
'Mission Quilters', 'http://www.lord-of-life.org/ministries/Mission.htm',
'Pete&rsquo;s Fishing Buddies', 'http://www.lord-of-life.org/ministries/Pete.htm',
'Singles', 'http://www.lord-of-life.org/ministries/singles.htm',
'Women of the ELCA', 'http://www.lord-of-life.org/ministries/women.htm',
'Layettes', 'http://www.lord-of-life.org/ministries/layettes.htm',
'Prayer Blankets', 'http://www.lord-of-life.org/ministries/blankets.htm'
));

menuContent[9] = new Array(
8, // the id of parent menu, -1 if this is a first level menu 
1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Adult Forum', 'http://www.lord-of-life.org/ministries/biblestudy/adult.htm', //SubMenu Bible Study Groups (Ministries)
'Hannah Circle Bible Study', 'http://www.lord-of-life.org/ministries/biblestudy/Hannah.htm',
'Rachel Circle Bible Study', 'http://www.lord-of-life.org/ministries/biblestudy/Rachel.htm'
));

menuContent [10] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu ** changed from 8 by DDB on 1/12/2009
-1, // the number of line in parent menu, -1 if this is a first level menu ** changed from 3 by DDB on 1/12/2009
200, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Resurrection Choir', 'http://www.lord-of-life.org/ministries/choir.htm', //SubMenu Choirs (Ministries)
'Choir Chimes', 'http://www.lord-of-life.org/ministries/chimes.htm'
));

menuContent[11] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu
200, // the width of current menu list 
340, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Sunday School', 'http://www.lord-of-life.org/youth/sundaySchool.htm', //MainMenu Youth
'Confirmation', 'http://www.lord-of-life.org/youth/Confirmation.htm',
'Christians In Action (CIA) Youth Group', 'http://www.lord-of-life.org/youth/CIA.htm',
'Faithful Believers Indeed (FBI) Youth Group', 'http://www.lord-of-life.org/youth/FBI.htm',
'Vacation Bible School', 'http://www.lord-of-life.org/youth/Vacation.htm',
'Youth Choir', 'http://www.lord-of-life.org/youth/YouthChoir.htm'
));

menuContent[12] = new Array(
-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu
150, // the width of current menu list 
470, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array(
'Pastor, Council & Staff', 'http://www.lord-of-life.org/contact/contact.htm', //MainMenu Contacts
'Committees', 'http://www.lord-of-life.org/contact/committees.htm',
'Directory (Password Required)', 'http://www.lord-of-life.org/members/directory.htm'
));