//keywords
var code="code";var url="url";var sub="sub";
//styles #505050
var color = {"border":"#0060A9", "shadow":"#DBD8D1", "bgON":"#0060A9","bgOVER":"#999999"};
var color2 = {"border":"#999999", "shadow":"#DBD8D1", "bgON":"#C7C7C7","bgOVER":"#0060A9"};
var css = {"ON":"topmenuOn", "OVER":"topmenuOver"};
var css2 = {"ON":"submenuOn", "OVER":"submenuOver"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var STYLE2 = {"border":1, "shadow":0, "color":color2, "css":css2};
//items and formats
var TOP_PAGE_MENU_ITEMS =
[
	{"pos":[125,55], "itemoff":[0,115], "leveloff":[16,0], "style":STYLE, "size":[15,115]},
	{code:"<img src='images/arrow.gif' width='7' height='7'>Information", url:"index.php", 
		sub:[
			{"itemoff":[16,0]},
			{code:"Pricing","format":{"style":STYLE2}},
			{code:"Contracts", url:"information/contracts.php","format":{"style":STYLE2}},
			{code:"Product Overview","format":{"style":STYLE2}},
			{code:"Standard Procedures","format":{"style":STYLE2}},
			{code:"FAQ","format":{"style":STYLE2}},
			{code:"Standard Procedures","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='images/arrow.gif' width='7' height='7'>Opportunities",
		sub:[
			{"itemoff":[16,0]},
			{code:"Current Promotions","format":{"style":STYLE2}},
			{code:"Incentives","format":{"style":STYLE2}},
			{code:"Downloadable Items","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='images/arrow.gif' width='7' height='7'>Who to Contact",
		sub:[
			{"itemoff":[16,0]},
			{code:"Sales Managers","format":{"style":STYLE2}},
			{code:"Report an Outage","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='images/arrow.gif' width='7' height='7'>Installation",
		sub:[
			{"itemoff":[16,0]},
			{code:"Photos of Equipment","format":{"style":STYLE2}},
			{code:"Download a Manual", url:"installation/manuals.php","format":{"style":STYLE2}},
			{code:"Product Information","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='images/arrow.gif' width='7' height='7'>Updates",
		sub:[
			{"itemoff":[16,0]},
			{code:"Scheduled Downtime","format":{"style":STYLE2}},
			{code:"Trouble Areas","format":{"style":STYLE2}}
		]
	}

];

var SUB_PAGE_MENU_ITEMS =
[
	{"pos":[125,55], "itemoff":[0,115], "leveloff":[16,0], "style":STYLE, "size":[15,115]},
	{code:"<img src='../images/arrow.gif' width='7' height='7'>Information", url:"../index.php", 
		sub:[
			{"itemoff":[16,0]},
			{code:"Pricing","format":{"style":STYLE2}},
			{code:"Contracts", url:"../information/contracts.php","format":{"style":STYLE2}},
			{code:"Product Overview","format":{"style":STYLE2}},
			{code:"Standard Procedures","format":{"style":STYLE2}},
			{code:"FAQ","format":{"style":STYLE2}},
			{code:"Standard Procedures","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='../images/arrow.gif' width='7' height='7'>Opportunities",
		sub:[
			{"itemoff":[16,0]},
			{code:"Current Promotions","format":{"style":STYLE2}},
			{code:"Incentives","format":{"style":STYLE2}},
			{code:"Downloadable Items","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='../images/arrow.gif' width='7' height='7'>Who to Contact",
		sub:[
			{"itemoff":[16,0]},
			{code:"Sales Managers","format":{"style":STYLE2}},
			{code:"Report an Outage","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='../images/arrow.gif' width='7' height='7'>Installation",
		sub:[
			{"itemoff":[16,0]},
			{code:"Photos of Equipment","format":{"style":STYLE2}},
			{code:"Download a Manual", url:"../installation/manuals.php","format":{"style":STYLE2}},
			{code:"Product Information","format":{"style":STYLE2}}
		]
	},
	{code:"<img src='../images/arrow.gif' width='7' height='7'>Updates",
		sub:[
			{"itemoff":[16,0]},
			{code:"Scheduled Downtime","format":{"style":STYLE2}},
			{code:"Trouble Areas","format":{"style":STYLE2}}
		]
	}

];
