BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:0,			// 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:"#FFDBC9"	// 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:[10,140], itemoff:[0,160], leveloff:[21,0], style:STYLE, size:[22,160]},
	{code:"Home Pages",
		sub:[
			{itemoff:[21,0]},
			{code:"Eco Brahe Home Page", "url":"../english/indexen.htm"},
			{code:"RKT Oy Home Page", "url":"http://www.rkt.fi"},
			{code:"Planora Oy Home Page", "url":"http://www.planora.fi/sivu/en/"
			},
		]
	},
	{code:"Products",
		sub:[
			{itemoff:[21,0], size:[22,160]},
			{code:"Composting Processes",
				sub:[
					{leveloff:[0,160]},
					{code:"Advantages", "url":"../english/advantages.htm"},
					{code:"Composting Facilities", "url":"../english/composting.htm"}
				]
			},

			{code:"Biofilters",
				sub:[
					{leveloff:[0,160]},
					{code:"Biofilters", "url":"../english/biofilters.htm"}
				]
			}
			
		]
	},


	{code:"Eco Brahe News",
		sub:[
			{itemoff:[21,0]},
			{code:"Events", "url":"../english/events.htm"},
		]
	},


	{code:"Contact",
		sub:[
			{itemoff:[21,0]},
			{code:"Contact", "url":"../english/contact_en.htm"
			},
		]
	},

	{code:"In Finnish",
		sub:[
			{itemoff:[21,0]},
			{code:"In Finnish", "url":"../finnish/index.htm"
			},
		]
	}
];

