BLANK_IMAGE = 'util/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#BABABA",	// color of the item shadow, if any
		bgON:"#dbc7af",		// background color for the items
		bgOVER:"#91A0DA"	// 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 BOLD_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:4,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#BABABA",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#91A0DA"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};

var ITALIC_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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverItalic"	// CSS class  for item which is under mouse
	}
};

var NORMAL_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:3,			// 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:"#eee5dc",		// background color for the items
		bgOVER:"#91A0DA"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverNormal"// CSS class  for item which is under mouse
	}
};

var COLORED_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:3,			// 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:"#eee5dc",		// background color for the items
		bgOVER:"#91A0DA"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverColored"	// CSS class  for item which is under mouse
	}
};
var COLORED_STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#BABABA",	// color of the item shadow, if any
		bgON:"#A3A3A3",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOverColored1"	// CSS class  for item which is under mouse
	}
};
var SPECIAL = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#BABABA",	// color of the item shadow, if any
		bgON:"#91A0DA",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOverColored2"	// CSS class  for item which is under mouse
	}
};

	var maxW = screen.width;
	var maxH = screen.height;
	var w = 790;
	var h = 172;
	var _top = h;
	var _left = Math.floor((maxW - w) / 2);
var MENU_ITEMS = [
	{pos:[_left,_top], itemoff:[21,0], leveloff:[0,135], style:STYLE, size:[22,138]},
	{code:"Living Room",url:"/release/living/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Accessories",url:"/release/index.php?categoryID=80",format:{size:[22,127]},
				sub:[
					{},
					]
			},
			{code:"Chests",url:"/release/index.php?categoryID=81",format:{size:[22,127]},
				sub:[
					{},
					]
			},
			{code:"Cupboards/Cabinets",url:"/release/index.php?categoryID=82",format:{size:[22,127]},
				sub:[
					{},
					]
			},
			{code:"Footstools",url:"/release/index.php?categoryID=83",format:{size:[22,127]},
				sub:[
					{},
					]
			},

			{code:"Armchairs",url:"/release/index.php?categoryID=84",format:{size:[22,127]},
					sub:[
					{},
					]
			},

	{code:"Sofas",url:"/release/index.php?categoryID=85",format:{size:[22,127]},
					sub:[
					{},
					]
			},
	{code:"Shelves/Bookcases",url:"/release/index.php?categoryID=86",format:{size:[22,127]},
					sub:[
					{},
					]
			},

	{code:"Coffe tables",url:"/release/index.php?categoryID=87",format:{size:[22,127]},
					sub:[
					{},
					]
			},
	{code:"Stools",url:"/release/index.php?categoryID=88",format:{size:[22,127]},
					sub:[
					{},
					]
			}

		]
	},
	{code:"Kitchen",url:"/release/kitchen/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Accessories",url:"/release/index.php?categoryID=101",format:{size:[22,127]},
				sub:[
					{},
					]
			},
			{code:"Chairs",url:"/release/index.php?categoryID=102",format:{size:[22,127]},
				sub:[
					{},
					]
			},
			{code:"Electricals",url:"/release/index.php?categoryID=103",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Kitchen",url:"/release/index.php?categoryID=104",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Tables",url:"/release/index.php?categoryID=105",format:{size:[22,127]},
				sub:[
					{},

				]
			}

		]
	},
	{code:"Dining Room",url:"/release/dining/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Accessories",url:"/release/index.php?categoryID=106",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Dining tables",url:"/release/index.php?categoryID=107",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Chairs",url:"/release/index.php?categoryID=108",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Sideboards",url:"/release/index.php?categoryID=109",format:{size:[22,127]},
				sub:[
					{},

				]
			},
		{code:"Bookcases",url:"/release/index.php?categoryID=110",format:{size:[22,127]},
				sub:[
					{},

				]
			}

		]
	},
{code:"Bathroom",url:"/release/bathroom/index.htm","format":{"size":[22,138],"style":STYLE}},
{code:"Bedroom",url:"/release/bedroom/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Accessories",url:"/release/index.php?categoryID=116",format:{size:[22,127],leveloff:[-50,127]},
				sub:[
					{},

				]
			},

			{code:"Beds",url:"/release/index.php?categoryID=117",format:{size:[22,127]},
				sub:[
					{},

				]
			},
		{code:"Chests",url:"/release/index.php?categoryID=118",format:{size:[22,127]},
				sub:[
					{},

				]
			},
		
		{code:"Racks/Holders",url:"/release/index.php?categoryID=121",format:{size:[22,127]},
				sub:[
					{},

				]
			},

		{code:"Wardrobes",url:"/release/index.php?categoryID=123",format:{size:[22,127]},
				sub:[
					{},

				]
			}
		]
	},


{code:"Garden",url:"/release/garden/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Accessories",url:"/release/index.php?categoryID=127",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Benches",url:"/release/index.php?categoryID=128",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			
			{code:"Chairs",url:"/release/index.php?categoryID=129",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Parasols",url:"/release/index.php?categoryID=130",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Tables",url:"/release/index.php?categoryID=131",format:{size:[22,127]},
				sub:[
					{},

				]
			}


		]
	},
{code:"Lighting",url:"/release/lighting/index.htm",
		sub:[
			{style:NORMAL_STYLE},
			{code:"Living Room",url:"/release/index.php?categoryID=111",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Dining Room",url:"/release/index.php?categoryID=112",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Bedroom",url:"/release/index.php?categoryID=113",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Bathroom",url:"/release/index.php?categoryID=114",format:{size:[22,127]},
				sub:[
					{},

				]
			},
			{code:"Garden",url:"/release/index.php?categoryID=115",format:{size:[22,127]},
				sub:[
					{},

				]
			}

		]
	},

//{code:"Additional services",url:"/release/index.php?categoryID=95","format":{"size":[22,138],"style":COLORED_STYLE1}},
{code:"View Samples",url:"/samples/index.htm","format":{"size":[22,138],"style":COLORED_STYLE1}},


{code:"Renovate",url:"/renov/index.htm","format":{"size":[22,138],"style":COLORED_STYLE}},


//{code:"Gardening",url:"#","format":{"size":[22,138],"style":COLORED_STYLE}},
{code:"Windows/Doors",url:"/windows/index.htm","format":{"size":[22,138],"style":COLORED_STYLE}},
{code:"Air conditions",url:"/release/index.php?categoryID=97","format":{"size":[22,138],"style":COLORED_STYLE}},
{code:"Swimming pools",url:"/swimming/index.htm","format":{"size":[22,138],"style":COLORED_STYLE}},
{code:"Alarm Systems",url:"/homecontrol/index.htm","format":{"size":[22,138],"style":COLORED_STYLE}},
{code:"Special Offers >>",url:"/special/index.htm","format":{"size":[22,138],"style":SPECIAL}}

];