BLANK_IMAGE = 'library/images/b1.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"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 STYLE2 = {
	border:0,			// 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:"white",		// background color for the items
	//	bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
{pos: [270,261], itemoff:[0,134], leveloff:[40,0], style:STYLE, size:[38,132]},
	{code:"Leidiniai", sub:[
			{itemoff:[0,15], size:[24,140], style:STYLE2},
			{code:"Planuojama i&scaron;leisti", url:"?id=leidiniai&st=1&page=1", format:{size:[24,140], itemoff:[0,0]}},
			{code:"Nauji leidiniai", url:"?id=nauji", format:{itemoff:[24,0]}},
			{code:"I&scaron;leisti leidiniai", url:"?id=leidiniai&st=2&page=1", format:{itemoff:[24,0]}}
]},
        {code:"Straipsniai", "url":"?id=show&nr=7s"},
        {code:"Autoriams", "url":"?id=show&nr=5"},
        {code:"Studentams", "url":"?id=show&nr=6"}
];
