
var menu = new Array();
var defOver = '#87BDF1', defBack = '#72A1CC';
var defLength = 22;
/*var menuOverCol = '#faf087';*/
var menuFaceCol = '#91aed9';
var menuOverCol = '#fff9ab';

/*
 *	Menu(isVert, popInd, x, y, width, overCol, backCol, borderClass, textClass)
 *
 *	Item(text, href, frame, length, spacing, target)
 *		length = height of button if isVert menu
 *		target = sub-menu's num
 */

/*
 *	Main menu
 */
menu[0] = new Array();
menu[0][0] = new Menu(false, '', 200, 59, 22, menuOverCol, menuFaceCol, 'itemBorder', 'itemText');
menu[0][1] = new Item('&nbsp; About Our Church', 'http://www.kokomograce.org/index.shtml', '', 136, 1, 1);
menu[0][2] = new Item('&nbsp; Worship', '#', '', 75, 1, 2);
menu[0][3] = new Item('&nbsp; Education', '#', '', 84, 1, 3);
menu[0][4] = new Item('&nbsp; Fellowship', '#', '', 86, 1, 4);
menu[0][5] = new Item('&nbsp; Outreach', '#', '', 81, 1, 5);
menu[0][6] = new Item('&nbsp; Resources',  '#', '', 86, 1, 6);

/*
 *	Sub-menu: About Our Church
 */
menu[1] = new Array();
menu[1][0] = new Menu(true, '<img src="/common/carrot.gif">', 10, 22, 140, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[1][1] = new Item('Our Core Values', '/about/CoreValues.shtml', '', 22, 0, 0);
menu[1][2] = new Item('Our Mission', 'http://www.kokomograce.org/about/gracemission.shtml', '', 22, 0, 0);
menu[1][3] = new Item('Our Vision', '#', '', 22, 0, 0);
menu[1][4] = new Item('Our History', 'http://www.kokomograce.org/about/gracehistory.shtml', '', 22, 0, 0);
menu[1][5] = new Item('Our Pastors', '#','',22, 0, 0);
menu[1][6] = new Item('Staff Directory', '#','',22, 0, 0);
menu[1][7] = new Item('Building Plan', '#', '', 22, 0, 0);
menu[1][8] = new Item('Driving Directions', 'http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&formtype=address&searchtype=address&cat=&address=219%20W%20Mulberry%20St&city=Kokomo&state=IN&zipcode=46901%2d4530 <http://www.mapquest.com/maps/map.adp?country=US&amp;addtohistory=&amp;formtype=address&amp;searchtype=address&amp;cat=&amp;address=219%20W%20Mulberry%20St&amp;city=Kokomo&amp;state=IN&amp;zipcode=46901%2d4530', '_new', 22, 0, 0);
/*menu[1][9] = new Item('Helpful Information', '#', '', 22, 0, 0);*/
menu[1][9] = new Item('Weekly Calendar', 'http://www.kokomograce.org/about/Calendar.htm', '_new', 22, 0, 0);
menu[1][10] = new Item('Contact Us', '#', '', 22, 0, 0);

/*
 *	Sub-menu: Worship
 */
menu[2] = new Array();
menu[2][0] = new Menu(true, '<img src="/common/carrot.gif">', 10, 22, 130, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[2][1] = new Item('Worship Times', '#', '', 22, 0, 0);
menu[2][2] = new Item('Child Care', '#', '', 22, 0, 0);
/*menu[2][3] = new Item('Sermons', '#', '', 22, 0, 0);*/
menu[2][3] = new Item('Music', '#', '', 22, 0, 0);
menu[2][4] = new Item('Sunday&#39s Bulletin', '/bulletin/sunday.pdf', '_new', 22, 0, 0);
menu[2][5] = new Item('This Week', 'http://www.kokomograce.org/about/Calendar.htm', '_new', 22, 0, 0);
menu[2][6] = new Item('Bulletin Archive', 'http://kokomograce.org/bulletin/archive', '', 22, 0, 0);

/* 
 *      sub-menu: Education 
 */
menu[3] = new Array();
menu[3][0] = new Menu(true, '<img src="/common/carrot.gif">', 10, 22, 170, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[3][1] = new Item('Childrens Sunday School', '#', '', 22, 0, 0);
menu[3][2] = new Item('Youth Sunday School', '#', '', 22, 0, 0);
menu[3][3] = new Item('Adult Sunday School', '#', '', 22, 0, 0);
menu[3][4] = new Item('Vacation Bible School', '#', '', 22, 0, 0);
menu[3][5] = new Item('Bible Study&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.kokomograce.org/education/BibleStudy.shtml', '', 22, 0, 0);
menu[3][6] = new Item('Alpha&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.kokomograce.org/education/alpha', '', 22, 0, 0);


/* 
 *      sub-menu: Fellowship 
 */
menu[4] = new Array();
menu[4][0] = new Menu(true, '<img src="/common/carrot.gif">', 10, 22, 175, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[4][1] = new Item('Children', '#', '', 22, 0, 0);
menu[4][2] = new Item('Youth', '#', '', 22, 0, 0);
menu[4][3] = new Item('United Methodist Women', 'http://www.kokomograce.org/umw/', '', 22, 0, 0);
menu[4][4] = new Item('United Methodist Men', 'http://www.kokomograce.org/umm/ummcalendar.htm', '', 22, 0, 0);
menu[4][5] = new Item('Added Grace', '#', '', 22, 0, 0);
/*menu[4][6] = new Item('Family Ministry', '#', '', 22, 0, 0);*/

/* 
 *      sub-menu: Outreach 
 */
menu[5] = new Array();
menu[5][0] = new Menu(true, '<img src="/common/carrot.gif">', -30, 22, 140, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[5][1] = new Item('Missions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.kokomograce.org/missions/', '', 22, 0, 7);
menu[5][2] = new Item('Communications', '#', '', 22, 0, 8);
menu[5][3] = new Item('Congregational Care', '#', '', 22, 0, 0);
menu[5][4] = new Item('Alpha&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.kokomograce.org/education/alpha', '', 22, 0, 0);

/* 
 *      sub-menu: Resources 
 */
menu[6] = new Array();
menu[6][0] = new Menu(true, '<img src="/common/carrot.gif">', -40, 22, 140, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[6][1] = new Item('Scholarship Info', 'http://kokomograce.org/scholarship/', '', 22, 0, 0);
menu[6][2] = new Item('Building Use Policy', '#', '', 22, 0, 0);
menu[6][3] = new Item('Calendar Policy', '#', '', 22, 0, 0);
menu[6][4] = new Item('Van Use Policy', '#', '', 22, 0, 0);
menu[6][5] = new Item('Map of Building', '#', '', 22, 0, 0);
menu[6][6] = new Item('Wedding Planning', '#', '', 22, 0, 0);
/*menu[6][6] = new Item('Operations', '#', '', 22, 0, 0);
menu[6][8] = new Item('Funeral Information', '#', '', 22, 0, 0);*/

/* 
 *      sub-menu: Missions 
 */
menu[7] = new Array();
menu[7][0] = new Menu(true, '<img src="/common/carrot.gif">', -120, 2, 120, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[7][1] = new Item('Missions Budget', 'http://www.kokomograce.org/missions/budget.shtml', '', 22, 0, 0);
menu[7][2] = new Item('Missions Giving', 'http://www.kokomograce.org/missions/giving.shtml', '', 22, 0, 0);
menu[7][3] = new Item('Missionaries', 'http://www.kokomograce.org/missions/missionaries.shtml', '', 22, 0, 0);
menu[7][4] = new Item('Local Missions', 'http://www.kokomograce.org/missions/local.shtml', '', 22, 0, 0);
menu[7][5] = new Item('National Missions', 'http://www.kokomograce.org/missions/national.shtml', '', 22, 0, 0);
menu[7][6] = new Item('World Missions', 'http://www.kokomograce.org/missions/world.shtml', '', 22, 0, 0);
menu[7][7] = new Item('Special Funds', 'http://www.kokomograce.org/missions/special.shtml', '', 22, 0, 0);
menu[7][8] = new Item('Upcoming Events', 'http://www.kokomograce.org/missions/upcoming.shtml', '', 22, 0, 0);

/* 
 *      sub-menu: Communications 
 */
menu[8] = new Array();
menu[8][0] = new Menu(true, '<img src="/common/carrot.gif">', -180, 2, 180, menuOverCol, menuFaceCol, 'crazyBorder', 'crazyText');
menu[8][1] = new Item('Experience Grace Archive', 'http://www.kokomograce.org/archived_exp_gr/', '', 22, 0, 0);

