﻿function none() {}
//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"", "shadow":"", "bgON":"","bgOVER":"", "imagebg":"", "oimagebg":""};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":0, "borders":[1,1,0,1], "shadow":0, "color":0, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[1,1,0,1], "shadow":0, "color":0, "css":defcss};
var TOP_RIGHT = {"border":0, "borders":[1,1,1,1],"shadow":0, "color":0, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":0, "css":defcss};
var STYLE_TOP = {"border":1, "shadow":0, "color":{"border":"gray", "shadow":"", "bgON":"#D3891C","bgOVER":"#ffffff"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
var STYLE_BOTT = {"border":1, "shadow":0, "color":{"border":"gray", "shadow":"", "bgON":"#D3891C","bgOVER":"#ffffff"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
var STYLE_MENU = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "itemoff":[0,0], "imgsize":[22,27], "leveloff":[0,0], "delay":500, "style":STYLE_MENU},
	{code:"", url:"/", "format":{"size":[24,73], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/adults/", "format":{"size":[24,50], "itemoff":[0,95], "arrow":null, "image":null},
		sub:[{"size":[18,185], "itemoff":[17,0], "leveloff":[25,0], "style":STYLE1},
			{code:"&nbsp;Sunday Night Sunday School", url:"/adults/snss.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Women's Ministries", url:"/adults/women.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Men's Ministry", url:"/adults/men.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Single's Ministry", url:"/adults/singles.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Jolly Seniors Ministry", url:"/adults/seniors.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Mission: M25", url:"/adults/missionm25.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Recreation", url:"/adults/recreation.html", "format":{"style":STYLE_TOP}}
			]
	},
	{code:"", url:"/students/", "format":{"size":[24,65], "itemoff":[0,82], "arrow":null, "image":null},
		sub:[{"size":[18,195], "itemoff":[17,0], "leveloff":[25,0], "style":STYLE1},
			{code:"&nbsp;Student Ministries (Ages 13-19)", url:"/students/", "format":{"style":STYLE_TOP}}
			]
	},
	{code:"", url:"/kids/", "format":{"size":[24,35], "itemoff":[0,95], "arrow":null, "image":null},
		sub:[{"size":[18,195], "itemoff":[17,0], "leveloff":[25,0], "style":STYLE1},
			{code:"&nbsp;Nurtury", url:"/kids/nursery.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Kidventures", url:"/kids/kidventures.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Kidstuf", url:"/kids/kidstuf.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Mpact Girls' Clubs (Ages 4-13)", url:"/kids/mpact.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Royal Rangers (Ages 6-15)", url:"/kids/royalrangers.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Upward Recreation (Ages 4-15)", url:"/kids/upward.html", "format":{"style":STYLE_TOP}}
			]
	},
	{code:"", url:"/staff/", "format":{"size":[24,35], "itemoff":[0,65], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/contactus/", "format":{"size":[24,80], "itemoff":[0,215], "arrow":null, "image":null},
		sub:[]
	}
];
