BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:0.5,			// item's border width, pixels; zero means "none"
	shadow:0.5,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any F6F6F6
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000080",		// background color for the items
		bgOVER:"#000099"	// 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:[0,0], itemoff:[0,180], leveloff:[30,0], style:STYLE, size:[30,180]},
	
	{code:"Despre CMR", "url":"index.htm",
		sub:[
			{pos:[0,0], itemoff:[30,0], leveloff:[30,0], style:STYLE, size:[30,180]},
	
			{code:"Cine suntem ?", "url":"cinesuntem.htm"},

			{code:"De ce CMR ?", "url":"dececmr.htm"},
			
			{code:"Servicii","url":"servicii.htm"},

			{code:"Zone de cercetare", "url":"cercetare.htm"},
			
		]
	},
	
	
	{code:"BrandedCLICK", "url":"brandedclick.htm",
		sub:[
			{pos:[0,0], itemoff:[30,0], leveloff:[30,0], style:STYLE, size:[30,180]},


			{code:"Descriere functionala", "url":"portal.htm"},
			
			{code:"Metodologie lucru", "url":"metodologie.htm"},

			{code:"Mod utilizare", "url":"utilizare.htm"},

			{code:"Gestionare portal", "url":"gestionare.htm"},

			{code:"BrandedPUB", "url":"pub.htm"},
			
			{code:"BrandedPROMO", "url":"promo.htm"},

			{code:"BrandedSHOP","url":"shop.htm"},
			
			{code:"BrandedRAFFLE", "url":"raffle.htm"},
			
			{code:"BrandDIALOG", "url":"dialog.htm"},
			
			{code:"BrandedJOBS","url":"jobs.htm"},

			{code:"BrandedINFO","url":"info.htm"},
			
			{code:"BrandedRESEARCH","url":"research.htm"},
	
		]
	},
	
	{code:"Evenimente", "url":"evenimente.htm"},

	{code:"Cariere", "url":"cariere.htm"},
	
	{code:"Contact", "url":"contact.htm"}

];

