BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var RED_STYLE = {			// over color is DMP - dark magenta pink
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#FFE0E0",		// background color for the items
		bgOVER:"#cc0099"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var RED1_STYLE = {			// orange orange red - dark hard red
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#FF6600",		// background color for the items
		bgOVER:"#CC0000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var RED1_U_STYLE = {			// orange orange red - dark hard red
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#FF6600",		// background color for the items
		bgOVER:"#CC0000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var RED2_STYLE = {			// red - dark faded red
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#FF0000",		// background color for the items
		bgOVER:"#990000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var BLUE_STYLE = {			// over color is LFB - light faded blue
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#E0E0FF",		// background color for the items
		bgOVER:"#6666ff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var PDVDMV_STYLE = {			// pale dull violet dark magenta-violet
	border:1,			// 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:"#cc99ff",		// background color for the items
		bgOVER:"#9900cc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var PDVDMV_U_STYLE = {			// clickable submenu
	border:1,			// 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:"#cc99ff",		// background color for the items
		bgOVER:"#9900cc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var LVMLVB_STYLE = {			// light violet-magenta light violet-blue; subsubmenu
	border:1,			// 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:"#cc66ff",		// background color for the items
		bgOVER:"#9966ff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var PDMMFM_STYLE = {			// pale dull magenta medium faded magenta; submenu
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#ff99ff",		// background color for the items
		bgOVER:"#cc33cc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class  for item which is under mouse
	}
};

var PWMDDM_STYLE = {			// pale weak magenta dark dull magenta; subsubmenu
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#ffccff",		// background color for the items
		bgOVER:"#993399"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var PDALAB_STYLE = {			// pale dull azure light azure-blue
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#99ccff",		// background color for the items
		bgOVER:"#6699ff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var PDALAB_U_STYLE = {			// clickable submenu
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#99ccff",		// background color for the items
		bgOVER:"#6699ff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var LACDBA_STYLE = {			// light azure-cyan dark blue-azure; subsubmenu
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#66ccff",		// background color for the items
		bgOVER:"#0033cc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_B = [
	{pos:[0,87], itemoff:[0,87], leveloff:[19,0], style:PDVDMV_STYLE, size:[20,88]},
	{code:"Home", ocode:"<u>Home</u>", url:"index_b.html", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)'},
			{code:"Urgent News", url:"AMT Needs & News_b.html"},
			{code:"Site Updates", url:"new stuff_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Service Maps", url:"Maps & Travel_b.html", alt:"Service Maps"},
					{code:"Short Term", url:"Process_b.html#STM", alt:"Short Term Missions"}
				]
			},
			{code:"Site Map", url:"sitemap.html", target:"_blank"
			}
		]
	},
	{code:"Info@", ocode:"<font color=#AAAAAA>Info@</font>", url:"javascript:void(0)", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"AMT believes", ocode:"<u>AMT believes</u>", url:"AMT believes_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"AMT Vision", url:"AMT Vision_b.html", format:{style:LVMLVB_STYLE}}
				]
			},
			{code:"AMT functions", ocode:"<u>AMT functions</u>", url:"AMT functions_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"AMT History", url:"AMT History_b.html", format:{style:LVMLVB_STYLE}}
				]
			},
			{code:"AMT assists", ocode:"<u>AMT assists</u>", url:"AMT assists_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"AMT Structure", url:"AMT Structure_b.html"},
					{code:"MAC Websites", url:"MAC Websites_b.html"}
				]
			}
		]
	},
	{code:"Who's @ AMT", ocode:"<u>Who's @ AMT</u>", url:"Who's @ AMT_b.html", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"AMT workers", url:"AMT Workers_b.html"}
		]
	},
	{code:"Resources", ocode:"<font color=#AAAAAA>Resources</font>", url:"javascript:void(0)", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"ST Magazine", ocode:"<font color=#AAAAAA>ST Magazine</font>", url:"javascript:void(0)", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Articles", url:"ST Articles_b.html"},
					{code:"Subs & Ads", url:"ST Subs & Ads_b.html"}
				]
			},
			{code:"Church Visits", ocode:"<font color=#AAAAAA>Church Visits</font>", url:"javascript:void(0)", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Presentations", url:"Presentations_b.html"},
					{code:"Booking Visits", url:"Booking Visits_b.html"}
				]
			},
			{code:"Prayer Guides", ocode:"<u>Prayer Guides</u>", url:"DPG_b.html"
			},
			{code:"Prayer Matters", ocode:"<u>Prayer Matters</u>", url:"GPM_b.html"
			},
			{code:"AMT Villas", ocode:"<u>AMT Villas</u>", url:"Accom%20&%20Care_b.html"
			}
		]
	},
	{code:"Participation", ocode:"<font color=#AAAAAA>Participation</font>", url:"javascript:void(0)", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"Pray", ocode:"<font color=#AAAAAA>Pray</font>", url:"javascript:void(0)", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Why Pray?", url:"Why Pray_b.html"},
					{code:"How to Pray", url:"How to Pray_b.html"}
				]
			},
			{code:"Give", ocode:"<font color=#AAAAAA>Give</font>", url:"javascript:void(0)", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Money", url:"Money_b.html"},
					{code:"Time", url:"Time_b.html"}
				]
			},
			{code:"Go!", ocode:"<font color=#AAAAAA>Go!</font>", url:"javascript:void(0)", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Plan", url:"Plan_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
						sub:[
							{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
							{code:"Maps & Travel", url:"Maps & Travel_b.html", alt:"Maps of Service & Travel Advisories", target:"_blank"},
							{code:"Missions Survey", url:"missions survey.html", alt:"Interactive Missions Survey", target:"_blank"}
						]
					},
					{code:"Process", url:"Process_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
						sub:[
							{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)', fadeOut:''},
							{code:"Short-term Ops", url:"Process_b.html#STM", alt:"Mission Opportunities"},
							{code:"Long-term Ops", url:"Process_b.html#LTM", alt:"Mission Opportunities"}
						]
					}
				]
			}
		]
	},
	{code:"Noticeboard", ocode:"<font color=#AAAAAA>Noticeboard</font>", url:"javascript:void(0)", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)'},
			{code:"Needs & News", url:"AMT Needs & News_b.html"},
			{code:"Events", url:"Events_b.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)', fadeOut:'progid:DXImageTransform.Microsoft.Pixelate(duration=0.3)'},
					{code:"Calendar (IE)", url:"Calendar.html", target:"_blank"}
				]
			},
			{code:"Book Reviews", url:"Book Reviews_b.html"}
		]
	},
	{code:"Organisations", ocode:"<font color=#AAAAAA>Organisations</font>", url:"javascript:void(0)", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"MACs", url:"MAC Websites.html", format:{arrow:"arrow1_r.gif", oarrow:"arrow1_ro.gif", arrsize:[7,10]},
				sub:[
					{leveloff:[0,87], style:LVMLVB_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)', fadeOut:''},
					{code:"MACNSW", url:"macnsw.html", target:"_blank"},
					{code:"MACQLD", url:"macqld.html", target:"_blank"},
					{code:"MACSA", url:"macsa.html", target:"_blank"},
					{code:"MACNTAS", url:"macntas.html", target:"_blank"},
					{code:"MACSTAS", url:"macstas.html", target:"_blank"},
					{code:"MACVIC", url:"macvic.html", target:"_blank"},
					{code:"MACWA", url:"macwa.html", target:"_blank"}
				]
			},
			{code:"Service Agencies", url:"Service Agencies_b.html"},
			{code:"Affiliations", url:"Affiliations_b.html"},
			{code:"Categories", url:"Categories_b.html"},
			{code:"Chr'n Brethren", url:"Christian Brethren_b.html"},
			{code:"WMC", url:"wmc/index.html", target:"_blank"},
			{code:"W2W", url:"w2w/index.html", target:"_blank"}
		]
	},
	{code:"Church List", ocode:"<u>Church List</u>", url:"password2.html", alt:"Notice of Meetings", target:"_blank", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"Change Details", url:"MailForm3.html", target:"_blank"
			}
		]

	},
	{code:"Contact Us", ocode:"<u>Contact Us</u>", url:"MailForm.html", target:"_blank", format:{arrow:"arrow1_d.gif", oarrow:"arrow1_do.gif", arrsize:[7,10]},
		sub:[
			{itemoff:[19,0], style:PDVDMV_U_STYLE, fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)'},
			{code:"Donations", url:"DonationForm.html", target:"_blank"
			},
			{code:"A4 Donor Form", url:"Donation Form A4.pdf", target:"_blank"
			},
			{code:"DPG Form", url:"DPG proforma.html", target:"_blank"
			},
			{code:"AWDPG Form", url:"AWDPG proforma.html", target:"_blank"
			},
			{code:"NAC Rego Form", url:"RegoForm-NAC.html", target:"_blank"
			}
		]
	}
];

