var code="code";var url="url";var sub="sub";

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
var MENU_ITEMS =
[
	{"pos":"relative", "itemoff":[0,50], "leveloff":[11,0], "style":STYLE1, "size":[22,50]},
	{code:"Home", url:"index.htm", "format":{"size":[19,45]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			]
	},
	{code:"About ABPT", url:"about.htm", "format":{"size":[19,78], "itemoff":[0,45]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			]
	},
	{code:"About Ancoats", url:"about_ancoats.htm", "format":{"size":[19,97], "itemoff":[0,78]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			{code:"&nbsp;Buildings", 'ocode':'<span style="color: #ffffff">&nbsp;Buildings</span>',url:"about_ancoats_buildings.htm", "format":{"size":[22,100]}},
			]
	},
	{code:"Projects", url:"projects.htm", "format":{"size":[19,60], "itemoff":[0,97]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			{code:"&nbsp;Murrays Mills", 'ocode':'<span style="color: #ffffff">&nbsp;Murrays Mills</span>',url:"projects_mills.htm", "format":{"size":[22,100]}},
			{code:"&nbsp;St Peters", 'ocode':'<span style="color: #ffffff">&nbsp;St Peters</span>',url:"projects_peters.htm", "format":{"size":[22,100]}},
			]
	},
	{code:"Friends", url:"friends.htm", "format":{"size":[19,58], "itemoff":[0,60]},
		sub:[
				]
	},
	{code:"Education & Outreach", url:"education.htm", "format":{"size":[32,80], "itemoff":[0,70]},
		sub:[
			]
	},
	{code:"Links", url:"links.htm", "format":{"size":[19,43], "itemoff":[0,80]},
		sub:[
			]
	},
	{code:"Contact", url:"contact.htm", "format":{"size":[19,60], "itemoff":[0,43]},
		sub:[
			]
	},
];
}
else if ((browser_type == "Netscape" || (browser_type == "Opera")) && (browser_version >= 4)) {
var MENU_ITEMS =
[
	{"pos":"relative", "itemoff":[0,50], "leveloff":[11,0], "style":STYLE1, "size":[22,50]},
	{code:"Home", url:"index.htm", "format":{"size":[19,45]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			]
	},
	{code:"About ABPT", url:"about.htm", "format":{"size":[19,78], "itemoff":[0,45]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			]
	},
	{code:"About Ancoats", url:"about_ancoats.htm", "format":{"size":[19,97], "itemoff":[0,78]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			{code:"&nbsp;Buildings", 'ocode':'<span style="color: white">&nbsp;Buildings</span>',url:"about_ancoats_buildings.htm", "format":{"size":[22,100]}},
			]
	},
	{code:"Projects", url:"projects.htm", "format":{"size":[19,60], "itemoff":[0,97]},
		sub:[
			{"itemoff":[21,0], "style":STYLE},
			{code:"&nbsp;Murrays Mills", 'ocode':'<span style="color: white">&nbsp;Murrays Mills</span>',url:"projects_mills.htm", "format":{"size":[22,100]}},
			{code:"&nbsp;St Peters", 'ocode':'<span style="color: white">&nbsp;St Peters</span>',url:"projects_peters.htm", "format":{"size":[22,100]}},
			]
	},
	{code:"Friends", url:"friends.htm", "format":{"size":[19,58], "itemoff":[0,60]},
		sub:[
			]
	},
	{code:"Education & Outreach", url:"education.htm", "format":{"size":[32,80], "itemoff":[0,70]},
		sub:[
			]
	},
	{code:"Links", url:"links.htm", "format":{"size":[19,43], "itemoff":[0,80]},
		sub:[
			]
	},
	{code:"Contact", url:"contact.htm", "format":{"size":[19,60], "itemoff":[0,43]},
		sub:[
			]
	},
];
}
