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:"Over Roley's", "url":"nl_about.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Teff", "url":"nl_teff.php"},
			{code:"Roley's Nieuws", "url":"nl_news.php"},
			{code:"Voor Di&euml;tisten", "url":"nl_dieticians.php"},
			{code:"Voor Winkeliers", "url":"nl_retailers.php"}/*,*/
		]
	},
	{code:"Roley's Assortiment", "url":"nl_range.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Cakes", "url":"nl_cakes.php"},
			{code:"Broodmix", "url":"nl_flour.php"},
			{code:"Ontbijt", "url":"nl_breakfast.php"},
			{code:"Brood", "url":"nl_brood.php"},
			{code:"Koek en koekjes", "url":"nl_koek.php"}/*,*/
		]
	},
	{code:"Waar te koop?",  "url":"nl_wheretobuy.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Winkels", "url":"nl_wheretobuy.php"},
			{code:"Internet", "url":"nl_wheretobuy_internet.php"},
			{code:"Markten en Beurzen", "url":"nl_wheretobuy_beurzen.php"}/*,*/
		]
	},
		{code:"Roley's Club",  "url":"nl_roleysclub.php"/*,*/
		/*sub:[
			{itemoff:[21,0]},
			{code:"Recipes", "url":"en_recipes.php"},
			{code:"How to Join", "url":"en_howtojoin.php"},
		]*/
	},
		{code:"Contact",  "url":"nl_contact.php"},
];
