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 CAREER4_ITEMS = [
	{pos:[250,445], itemoff:[0,250], leveloff:[21,10], style:STYLE, size:[11,200]},
	{code:"Sales And Marketing ",
		sub:[
			{itemoff:[21,0]},
			{code:"Sales Coordinater", url:'smsalescoordinater.htm'
			},
			
		]
	},
	
	
];
