BLANK_IMAGE = 'images/b.gif';var STYLE = {	border:1,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	color:{		border:"#999999",	// color of the item border, if any		shadow:"#DBD8D1",	// color of the item shadow, if any		bgON:"#1b1b1b",		// background color for the items		bgOVER:"#666666"	// 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 STYLE2 = {	border:0,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	color:{		border:"#cccccc",	// color of the item border, if any		shadow:"#DBD8D1",	// color of the item shadow, if any		bgON:"#1b1b1b",		// background color for the items		bgOVER:"#666666"	// 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:"relative", itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,106]},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Welcome", "url":"index.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gallery",		sub:[			{itemoff:[21,0], leveloff:[21,0],style:STYLE2, size:[22,164]},			{code:"Kitchens",				sub:[					{itemoff:[21,0], leveloff:[0,163],style:STYLE2, size:[22,124]},					{code:"Laminate", "url":"laminate.html"},					{code:"Polyurethane", "url":"poly.html"},					{code:"Stainless Steel", "url":"steel.html"},					{code:"Timber", "url":"timber.html"},					{code:"Vacuum Sealed", "url":"vacuum.html"},					{code:"Veneer", "url":"veneer.html"},					{code:"Hand Painted", "url":"handpaint.html"}				]			},			{code:"Bathrooms", "url":"bathrooms.html"},			{code:"Wardrobe & Entertainment", "url":"wardrobe.html"},			{code:"Hardware & Drawer Systems", "url":"hardware.html"}		]	},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Showroom", "url":"showroom.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Planning", "url":"planning.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Factory", "url":"factory.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Us", "url":"company.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quotes", "url":"quote.html"},	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us", "url":"contact.html"},	];