BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C0C0C0",		// background color for the items
		bgOVER:"#C0C0C0"	// 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 STYLE_BORDERS_1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FAE147",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
  		bgON:"#ADB9EB",  		// background color for the items
  		bgOVER:"#BCC9FF" 	// background color for the item which is under mouse right now


	},
	css:{
		ON:"clsCMOnSub",	// CSS class for items
		OVER:"clsCMOverSub"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,82], itemoff:[0,89], leveloff:[21,0], style:STYLE},
	{code:"Prezentare", url:"despre.html", format:{size:[22,80]},
		sub:[
			{itemoff:[21,0]},
			{code:"Organizare", url:"organizare.html"}
		]
	},
	{code:"Lista Monumente Istorice", url:"lista.html", format:{size:[22,174], itemoff:[0,79]}},
	{code:"Patrimoniu Mondial", url:"lista_unesco.html", format:{size:[22,134], itemoff:[0,173]}},
	{code:"Patrimoniu European", url:"lista_lpe.html", format:{size:[22,150], itemoff:[0,133]}},
	
	{code:"Programe/cercetare", url:"programe_comune.html", format:{size:[22,140], itemoff:[0,149]},
		sub:[
			{size:[22,250], itemoff:[21,0]},
			{code:"Departamentul Cercetare-Evidenta", url:"cercetare.html"},
			{code:"Departamentul Programe si Proiecte", url:"programe.html"}			
		]
	},
	{code:"eGISpat", url:"egispat.html", format:{size:[22,64], itemoff:[0,139]}},
	
	{code:"Evenimente", url:"evenimente.html", format:{size:[22,84], itemoff:[0,63]}},
	{code:"Publicatii", url:"publicatii.html", format:{size:[22,72], itemoff:[0,83]}
	//	sub:[
	//		{itemoff:[21,0]},
	//		{code:"RMI", url:"RMi.html"},
	//		{code:"BCMI", url:"BCMI.html"}			
	//	]
	},
	
	{code:"Arhiva", url:"arhiva/Restarh.html", target:'_blank', format:{size:[22,54], itemoff:[0,71]}},
	
	
	{code:"Link-uri",  url:"link.html",format:{size:[22,58], itemoff:[0,53]},
		sub:[
			{itemoff:[21,0]},
			{code:"Legi", url:"legi.html"}			
		]
	}
];