BLANK_IMAGE = 'b.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:"grey",	// color of the item shadow, if any
		bgON:"#d9b992",		// background color for the items
		bgOVER:"#cb9966"	// 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,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Main page", url:"index.html"},

	{code:"About us", url:"rolunk.htm"},

	{code:"Chows",
		sub:[
			{itemoff:[21,0]},
			{code:"Dog", url:"headdog.htm"},
			{code:"Bitch", url:"headbitch.htm"},

		]
	},
	{code:"Contact us", url:"elerhetoseg.htm"},
	{code:"Links", url:"link.htm"},
	{code:"Puppys", url:"news.htm"},
	{code:"Exhibitions", url:"kiallit.htm"},
	{code:"Reference", url:"ref.htm"}
];
