<!-- hide from none JavaScript Browsers


if (screen.width==800) {

//styles
//var lposition = (screen.width - 504);
var lposition = 300;
var color = {"border":"black", "bgON":"#CCCCEE","bgOVER":"#EEEECC"};
var css = {"ON":"on", "OVER":"over"};
var STYLE = {"border":1, "color":color, "css":css};
//items and formats
var Emmaus_Menu =
[
	{"pos":[lposition,43], "itemoff":[0,104], "leveloff":[21,0], "style":STYLE, "size":[22,105]},
	{code:"Walk Info", "format":{"size":[22,105]},
		sub:[
			{"itemoff":[21,0], "size":[22,105]},
			{code:"Schedule",
				sub:[
					{"itemoff":[21,0], "leveloff":[12,100], "size":[22,110]},
					{code:"Men's Walks",	url:"./menwalks.html"},
					{code:"Women's Walks",	url:"./womenwalks.html"},
					{code:"All Walks",	url:"./allwalks.html"},
				]
			},
		]
	},
	{code:"About Us", "format":{"size":[22,105]},
		sub:[
			{"itemoff":[21,0], "size":[22,105]},
			{code:"Who we Are",	url:"./whoweare.html"},
			{code:"Church Contacts",	url:"./churchcontacts.html"},
			{code:"Board Reps",
			sub:[
				{"itemoff":[21,0], "leveloff":[12,100], "size":[22,96]},
				{code:"San Antonio",	url:"./saboard.html"},
				{code:"Austin",	url:"./ausboard.html"},
			]
			}
		]
	},
	{code:"News and Info", "format":{"size":[22,105]},
		sub:[
			{"itemoff":[21,0], "size":[22,105]},
			{code:"Documents", url:"./docs.html"},
			{code:"Links", url:"./links.html"},
		]
	},
	{code:"Prayer Vigils", "format":{"size":[22,105]},
		sub:[
			{"itemoff":[21,0], "size":[22,105]},
			{code:"Sign Up", url:"./prayervigil.html"},
		]
	},
	{code:"Gatherings", "format":{"size":[22,105]},
		sub:[
			{"itemoff":[21,0], "size":[22,105]},
			
			
			{code:"San Antonio",	url:"./sagatherings.html"},
			{code:"Austin",	url:"./ausgatherings.html"},
			{code:"Complete List",	url:"./gatherings.html"},
		]
	},
];

}

else {
//styles
//var lposition = (screen.width - 700);
var lposition = 300;
var color = {"border":"black", "bgON":"#CCCCEE","bgOVER":"#EEEECC"};
var css = {"ON":"on", "OVER":"over"};
var STYLE = {"border":1, "color":color, "css":css};
//items and formats
var Emmaus_Menu =
[
	{"pos":[lposition,41], "itemoff":[0,144], "leveloff":[23,0], "style":STYLE, "size":[24,145]},
	{code:"Walk Info", "format":{"size":[24,145]},
		sub:[
			{"itemoff":[23,0], "size":[24,145]},
			{code:"Schedule",
				sub:[
					{"itemoff":[23,0], "leveloff":[15,140], "size":[24,120]},
					{code:"Men's Walks",	url:"./menwalks.html"},
					{code:"Women's Walks",	url:"./womenwalks.html"},
					{code:"All Walks",	url:"./allwalks.html"},
				]
			},
		]
	},
	{code:"About Us", "format":{"size":[24,145]},
		sub:[
			{"itemoff":[23,0], "size":[24,145]},
			{code:"Who we Are",	url:"./whoweare.html"},
			{code:"Church Contacts",	url:"./churchcontacts.html"},
			{code:"Board Reps",
			sub:[
				{"itemoff":[23,0], "leveloff":[15,140], "size":[24,120]},
				{code:"San Antonio",	url:"./saboard.html"},
				{code:"Austin",	url:"./ausboard.html"},
			]
			}
		]
	},
	{code:"News and Info", "format":{"size":[24,145]},
		sub:[
			{"itemoff":[23,0], "size":[24,145]},
			{code:"Current", url:"./docs.html"},
			{code:"Links", url:"./links.html"},
		]
	},
	{code:"Prayer Vigils", "format":{"size":[24,145]},
		sub:[
			{"itemoff":[23,0], "size":[24,145]},
			{code:"Sign Up", url:"./prayervigil.html"},
		]
	},
	{code:"Gatherings", "format":{"size":[24,145]},
		sub:[
			{"itemoff":[23,0], "size":[24,145]},
			
			
			{code:"San Antonio",	url:"./sagatherings.html"},
			{code:"Austin",	url:"./ausgatherings.html"},
			{code:"Complete List",	url:"./gatherings.html"},
		]
	},
];

}

 // - stop hiding -->
