zBLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#B6BDD2",	// 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 CAREER_ITEMS = [
	{pos:[250,275], itemoff:[0,250], leveloff:[21,10], style:STYLE, size:[11,200]},
	{code:"Technical Consultants",
		sub:[
			{itemoff:[21,0]},
			{code:"OSS/BSS" , url:'consultant.htm' 
			},
			{code:"Network Integration" , url:'presalesni.htm' 
			},
			
		]
	},
	{code:"Project Managers",
		sub:[
			{itemoff:[21,0]},
			{code:"Software" , url:'pmsoft.htm' 
			},
			{code:"OSS/NI" , url:'pm.htm'
			},
		]
	},
	
];
