BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#6666CC",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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_ITEMS = [
	{pos:[10,200], itemoff:[21,0], leveloff:[0,99], style:STYLE, size:[19,130]},
	{code:"System Integration", url:'systemIntegration.htm',
		sub:[
			{},
			{code:"OSS/BSS", url:'oss.htm'
			},
			{code:"NetworkManagement", url:'netmgt.htm'
			},
			{code:"Project Management", url:'projmgt.htm'
			}
		]
	},
	{code:"Network Integration",  url:'netconsul.htm',
		sub:[
			{},
			{code:"Network Assesment", url:'straplang.htm'},
		
			{code:"Network Design", url:'netdesandarc.htm'},
							
			{code:"Network Security", url:'netseccons.htm'},
			{code:"Network Audit", url:'netaudoc.htm'},
			{code:"Network Consultancy", url:'capacityplan.htm'},
			{code:"NOC Mgmt.Services" , url:'noc.htm'},
		]
	},
	{code:"Software Development", url:'softwaredevelopement.htm'
	}
];
