var mB1A=new Array("News","news.html",50);
var mB2A=new Array("Church Gatherings","",150);
var mB3A=new Array("Prayer Items","prayers.html",110);
var mB4A=new Array("Christian Faith","christianity.html",120);
var mB5A=new Array("About Our Church","",150);
var mB6A=new Array("Links","links.html",60);
var mB7A=new Array("Feedback","feedback.html",70);

mB1A.subs = new Array();
mB2A.subs = new Array(
	new Array("Normal Gatherings","regular.html",130),
	new Array("Special Gatherings","special.html",0),
	new Array("Fellowships","fellowship.html",0)
);
mB3A.subs = new Array();
mB4A.subs = new Array();
mB5A.subs = new Array(
	new Array("Mission Statement","missions.html",0),
	new Array("Faith Statement","faith.html",0),
	new Array("History","history.html",0),
	new Array("Location","location.html",0),
	new Array("Staff","staff.html",0)
);
mB6A.subs = new Array();
mB7A.subs = new Array();
var _m = new Array(mB1A, mB2A, mB3A, mB4A, mB5A, mB6A, mB7A);

