BLANK_IMAGE = 'library/menu/images/b.gif';

var STYLE = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:1,                       // item's shadow size, pixels; zero means "none"

	color:{
		border:"#f8dec3",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#9a0000",		// background color for the items
		bgOVER:"#ff6600"	// 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 RED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#f8dec3",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#9a0000",		// background color for the items
		bgOVER:"#ff6600"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnRed",	// CSS class for items
		OVER:"clsCMOverRed"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[10,105], itemoff:[21,0], leveloff:[5,125], style:STYLE, size:[22,130]},
	{code:"ALYTUS COLLEGE Institution of Higher Education", "url":"?id=show&nr=78", size:[52,130]},
	{code:"European Policy Statement", "url":"?id=show&nr=76", size:[35,130], itemoff:[50,0]},
	{code:"Study Programmes", "url":"?id=show&nr=79", itemoff:[34,0] },
	{code:"Courses in English for exchange students", "url":"?id=show&nr=80", size:[34,130]},
	{code:"European Credit Transfer System (ECTS)",  itemoff:[34,0],
				sub:[
					{style:RED_STYLE, size:[21,130]},
					{code:"About ECTS", "url":"?id=show&nr=81"},
					{code:"ECTS Documents", "url":"?id=show&nr=86", itemoff:[21,0]}

									]},
	{code:"Application", "url":"?id=show&nr=167", itemoff:[34,0]},
        {code:"Internship", "url":"?id=show&nr=168"},
        {code:"Hostel", "url":"?id=show&nr=113"},
        	{code:"Cooperation", sub:[
					{style:RED_STYLE, size:[21,170]},
					{code:"International Programmes", "url":"?id=show&nr=156"},
					{code:"Membership in International Associations", "url":"?id=show&nr=155", size:[32,170]},
					{code:"Partnership in International Cooperation Networks", "url":"?id=show&nr=154", size:[32,170], itemoff:[31,0]},
					{code:"Recognition", "url":"?id=show&nr=153", itemoff:[31,0]}

									]},
	{code:"Alytus", "url":"?id=show&nr=82"},
	{code:"Lithuania", "url":"?id=show&nr=83"},								
        {code:"Contacts", "url":"?id=show&nr=84"}


];
