BLANK_IMAGE = 'images/b.gif';var MAINMENUSTYLE = {		border:0,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"		color:{		border:"#666666",	// color of the item border, if any		shadow:"#DBD8D1",	// color of the item shadow, if any		bgON:"#f0f8ff",		// background color for the items		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now	},	valign:"center",	css:{		ON:"clsCMAceMainOn",		// CSS class for items		OVER:"clsCMAceMainOver"	// CSS class  for item which is under mouse	}};var SUBMENUSTYLE = {	border:0,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	"arrow":"images/arr1.gif", 	"oarrow":"images/arr1_o.gif",	color:{		border:"#666666",	// color of the item border, if any		shadow:"#DBD8D1",	// color of the item shadow, if any		bgON:"#f0f8ff",		// background color for the items		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now	},	css:{		ON:"clsCMAceMainSubOn",		// CSS class for items		OVER:"clsCMAceMainSubOver"	// CSS class  for item which is under mouse	}};var SUBSUBMENUSTYLE = {	border:0,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	"arrow":"images/arr1.gif", 	"oarrow":"images/arr1_o.gif",	color:{		border:"#666666",	// color of the item border, if any		shadow:"#DBD8D1",	// color of the item shadow, if any		bgON:"#f0f8ff",		// background color for the items		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now	},	css:{		ON:"clsCMAceMainSubSubOn",		// CSS class for items		OVER:"clsCMAceMainSubSubOver"	// CSS class  for item which is under mouse	},	levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=90)'};var ACE_MAIN_MENU = [	{pos:"relative", itemoff:[0,84], leveloff:[24,0], style:MAINMENUSTYLE, size:[25,90]},	{code:"Home", url:"http://The-Apostolics.com/"},	{code:"About Us", 		sub:[			{itemoff:[24,0], style:SUBSUBMENUSTYLE, size:[25,120]},			{code:"Our Pastor", url:"aboutpastor.html"},			{code:"We Are People", url:"aboutpeople.html"},			{code:"Our Worship", url:"aboutworship.html"},			{code:"The 8 Steps", url:"about8steps.html"},			{code:"Is God Calling You", url:"aboutcalling.html"},			{code:"Photos", url:"aboutphotos.html"}		]	},	{code:"Ministries", url:"", 		sub:[			{itemoff:[24,0], style:SUBSUBMENUSTYLE, size:[25,135], "arrow":"images/arr1.gif", "oarrow":"images/arr1_o.gif", "arrsize":[7,10]},			{code:"Sunday School", url:"ssmain.html",  				sub:[					{leveloff:[5,134], style:SUBSUBMENUSTYLE, size:[25,200]},					{code:"Preschool/Kindergarten Class", url:"preschool.html"},					{code:"Primary Class", url:"primary.html"},					{code:"Teen Class", url:"teen.html"},					{code:"Youth Class", url:"youthss.html"},					{code:"Adult Class", url:"adult.html"},					{code:"Children's Church", url:"cc.html"},					{code:"Staff", url:"ssstaff.html"},					{code:"Events & Information", url:"ssinfo.html"}				]			},			{code:"Ladies Ministries", url:"lmmain.html",  				sub:[					{leveloff:[5,134], style:SUBSUBMENUSTYLE },					{code:"Mission/Theme", url:"lmtheme.html"},					{code:"Schedule/Events", url:"lmschedule.html"},					{code:"Offerings/Sponsors", url:"lmofferings.html"},					{code:"Staff", url:"lmstaff.html"}				]			},			{code:"Men's Ministries", url:"men.html"},			{code:"Youth Ministry", url:"youth.html",  				sub:[					{leveloff:[5,134], style:SUBSUBMENUSTYLE },					{code:"Youth Board", url:"youth.html"},					{code:"Activities", url:"youthactivities.html"}				]			},			{code:"Media Ministries", url:"media.html",  				sub:[					{leveloff:[5,134], style:SUBSUBMENUSTYLE },					{code:"Podcast", url:"mediapod.html"},					{code:"Catalogue", url:"mediacat.html"}				]			},			{code:"Music Ministries", url:"music.html"},			{code:"Maintenance Dept", url:"maintenance.html"}		]	},	{code:"Schedule", url:"schedule.html"},	{code:"Calendar", url:"http://The-Apostolics.com/calendar"},	{code:"Contact Us", url:"contact.html"},	{code:"Directions", url:"directions.html"},];