BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	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:"#2e0003",		// background color for the items
		bgOVER:"#4a0005"	// 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,10], itemoff:[0,150], leveloff:[21,0], style:STYLE, size:[20,150]},
	{code:"About Roley's", "url":"en_about.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Teff", "url":"en_teff.php"},
			{code:"Roley's News", "url":"en_news.php"},
			{code:"For Dieticians", "url":"en_dieticians.php"},
		]
	},
	{code:"Roley's Range", "url":"en_range.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Cake", "url":"en_cakes.php"},
			{code:"Flour", "url":"en_flour.php"},
			{code:"Breakfast", "url":"en_breakfast.php"},
			{code:"Cookies", "url":"en_cookies.php"},
			{code:"Bread", "url":"en_bread.php"},
		]
	},
	{code:"Where to buy",  "url":"en_mailorder.php", // was en_wheretobuy.php
		sub:[
			{itemoff:[21,0]},
			//{code:"Stockists", "url":"en_stockist.php"},
			{code:"Mail order", "url":"en_mailorder.php"},
			//{code:"On the road", "url":"en_ontheroad.php"},
		]
	},
		{code:"Roley's Club",  "url":"en_roleysclub.php",
		sub:[
			{itemoff:[21,0]},
			{code:"About the club", "url":"en_roleysclub.php"},
			{code:"Recipes", "url":"en_recipes.php"},
			{code:"How to Join", "url":"en_howtojoin.php"},
		]
	},
		{code:"Contact us",  "url":"en_contact.php"},
];
