﻿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":"#F8F1CA","bgOVER":"#ffffff"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
var STYLE_BOTT = {"border":1, "shadow":0, "color":{"border":"gray", "shadow":"", "bgON":"#F8F1CA","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,43], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/worship/", "format":{"size":[24,60], "itemoff":[0,55], "arrow":null, "image":null},
		sub:[{"size":[18,135], "itemoff":[17,0], "leveloff":[25,0], "style":STYLE1},
			{code:"&nbsp;2010 Sermons", url:"/worship/2010-sermons.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;2009 Sermons", url:"/worship/2009-sermons.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;2008 Sermons", url:"/worship/2008-sermons.html", "format":{"style":STYLE_TOP}}]
	},
	{code:"", url:"/ministries/", "format":{"size":[24,65], "itemoff":[0,75], "arrow":null, "image":null},
		sub:[{"size":[18,135], "itemoff":[17,0], "leveloff":[25,0], "style":STYLE1},
			{code:"&nbsp;Missions", url:"/ministries/missions.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Evangelism", url:"/ministries/evangelism.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Stephen Ministry", url:"/ministries/stephen-ministry.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Presbyterian Women", url:"/ministries/presbyterian-women.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Christian Education", url:"/ministries/christian-education.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Congregational Nurture", url:"/ministries/congregational-nurture.html", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Youth Ministry", url:"/ministries/youth-ministry.html", "format":{"style":STYLE_TOP}}			
			]
	},
	{code:"", url:"/aboutus/", "format":{"size":[24,60], "itemoff":[0,75], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/contactus/", "format":{"size":[24,69], "itemoff":[0,75], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/calendar/", "format":{"size":[24,63], "itemoff":[0,80], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/newsletter/", "format":{"size":[24,68], "itemoff":[0,75], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/staff/", "format":{"size":[24,40], "itemoff":[0,80], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"/links/", "format":{"size":[24,35], "itemoff":[0,48], "arrow":null, "image":null},
		sub:[]
	}
];
