BLANK_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 CAREER2_ITEMS = [
	{pos:[250,360], itemoff:[0,250], leveloff:[21,10], style:STYLE, size:[11,200]},
	{code:"Business Development Manager ",
		sub:[
			{itemoff:[21,0]},
			{code:"OSS/BSS", url:'bdmoss.htm'
			},
			{code:"NI/Security", url:'bdmni.htm'
			},
		]
	},
	{code:"Software Engineers",
		sub:[
			{itemoff:[21,0]},
			{code:"Microsoft Technologies", url:'msoft.htm'
			},
			{code:"Java ", url:'jsoft.htm'
			},
			{code:"Telecom Software", url:'telsoft.htm'
			},
		]
	},
	
];
