BLANK_IMAGE = 'images/b-2.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:"#000000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#EBF4FA"	// 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,287], itemoff:[21,0], leveloff:[0,123], style:STYLE, size:[22,124]},



	{code:"&nbsp;Cabinet",url:"http://www.lynbond2000.com/FurnitureDpt/Cabinet.htm"},
	{code:"&nbsp;Chairs",url:"http://www.lynbond2000.com/FurnitureDpt/Chairs.htm"},
	{code:"&nbsp;Fittings",url:"http://www.lynbond2000.com/FurnitureDpt/Fittings.htm"},
	{code:"&nbsp;Gowning",url:"http://www.lynbond2000.com/FurnitureDpt/Gowning.htm"},
	{code:"&nbsp;Mobile",url:"http://www.lynbond2000.com/FurnitureDpt/Mobile.htm"},
	{code:"&nbsp;Shelves",url:"http://www.lynbond2000.com/FurnitureDpt/Shelves.htm"},
	{code:"&nbsp;Tables",url:"http://www.lynbond2000.com/FurnitureDpt/Tables.htm"},
	{code:"&nbsp;Workbenches",url:"http://www.lynbond2000.com/FurnitureDpt/Workbenches.htm"},
		
	


];
