BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:0,			// 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:"",		// background color for the items
		bgOVER:""	// 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 MENU1_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C6FF99",		// background color for the items
		bgOVER:"#77DD55"	// 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 MENU2_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"Gold",		// background color for the items
		bgOVER:"#77DD55"	// 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 MENU3_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#6699FF",		// background color for the items
		bgOVER:"#77DD55"	// 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 MENU_Logo = [
	{pos:[40,10], itemoff:[0,99], leveloff:[25,0], style:STYLE, size:[35,220]},
	{code:"", url:"./home.htm", target:"_parent",
		sub:[]
	}
];

var MENU_1 = [
	{pos:[300,10], itemoff:[0,130], leveloff:[25,0], style:STYLE, size:[35,100]},
	{code:"", url:"home.aspx?cmd=Products", target:"_parent",
		sub:[
			{leveloff:[49,-35], style:MENU1_STYLE,size:[22,130]},
			{code:"Solutions", url:"home.aspx?cmd=Solutions", target:"_parent"	},
			{code:"Platforms"	, url:"home.aspx?cmd=Platforms", target:"_parent"},
			{code:"Technologies"	, url:"home.aspx?cmd=Technologies", target:"_parent" ,format:{itemoff:[22,-130]}},
			{code:"Hardware"	, url:"home.aspx?cmd=Hardware", target:"_parent"}
		]
	}
	
];
var MENU_2 = [
	{pos:[420,10], itemoff:[0,130], leveloff:[25,0], style:STYLE, size:[35,100]},
	{code:"", url:"home.aspx?cmd=IndustrySolutions", target:"_parent",
		sub:[
			{leveloff:[49,-150], style:MENU2_STYLE,size:[22,130]},
			{code:"Criminal Justice", url:"home.aspx?cmd=Corrections", target:"_parent"	},
			{code:"Government Security",  url:"home.aspx?cmd=Government", target:"_parent"	},
			{code:"Healthcare",  url:"home.aspx?cmd=Healthcare", target:"_parent"	},
			{code:"Transportation", url:"home.aspx?cmd=Transportation", target:"_parent"	},
			{code:"Financial Services", url:"home.aspx?cmd=Finance", target:"_parent" },
			{code:"Public Safety", url:"home.aspx?cmd=PublicSafety", target:"_parent" ,format:{itemoff:[22,-390]}},
			{code:"Utility Companies", url:"home.aspx?cmd=Utilities", target:"_parent"	},
			{code:"Services", url:"home.aspx?cmd=Services", target:"_parent"	},
		]
	}
	
];
var MENU_3 = [
	{pos:[550,10], itemoff:[0,125], leveloff:[25,0], style:STYLE, size:[35,100]},
	{code:"", url:"home.aspx?cmd=CompanyInfo", target:"_parent",
		sub:[
			{leveloff:[49,-265], style:MENU3_STYLE,size:[22,125]},
			{code:"Overview", url:"home.aspx?cmd=CompOverview"	, target:"_parent"},
			{code:"News"	, url:"home.aspx?cmd=News", target:"_parent"},
			{code:"Employment", url:"home.aspx?cmd=Employment"	, target:"_parent"},
			{code:"Investor Relations", url:"home.aspx?cmd=Investors", target:"_parent"},
			{code:"Contact Us"	, url:"home.aspx?cmd=ContactUs", target:"_parent",format:{itemoff:[22,-375]}},
			{code:"Legal Information"	, url:"home.aspx?cmd=Legal", target:"_parent"},
			{code:"Partners"	, url:"home.aspx?cmd=Partners", target:"_parent"},
			{code:"Become a Partner"	, url:"home.aspx?cmd=BecomePartner", target:"_parent"}
		]
	}
	
];
