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:"#62461E",	// color of the item shadow, if any
		bgON:"#339933",		// background color for the items
		bgOVER:"62461E"		// background color for the item which is under mouse right now 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,129], leveloff:[23,0], style:STYLE, size:[23,130], align:"center"},
	{code:"Home", url:'index.htm'
	},
	{code:"Clocks For Sale", url:'products.htm',
		sub:[
			{itemoff:[23,0], size:[22,129], shadow:1},
			{code:"Longcase Clocks", url:'http://picasaweb.google.com/1OnLine11/LongcaseClocks', alt:"Wide range of Longcase (Grandfather, Grandmother etc) Clocks, including antique, reproduction and new, to fit all budgets"},
			{code:"Mantle & Carriage", url:'http://picasaweb.google.com/1OnLine11/MantleCarriageClocks', alt:"Mantle, Bracket & Carriage Clocks. Wide range to suit all rooms"},
			{code:"Wall Clocks", url:'http://picasaweb.google.com/1OnLine11/WallClocks', alt:"From Station & School Dial Clocks to ornate pendulum driven striking Wall Clocks"}
		]
	},
	{code:"Servicing", url:'services.htm',
		sub:[
			{itemoff:[23,0], size:[22,129], shadow:1},
			{code:"Clocks", url:'service_clocks.htm'
			},
			{code:"Watches", url:'service_watches.htm'
			},
			{code:"Antiques", url:'services.htm'
			},
			{code:"Oris", url:'oris.htm'
			}
		]
	},
	{code:"Other Items for Sale", url:'http://picasaweb.google.com/1OnLine11',
		sub:[
			{itemoff:[23,0], size:[22,129], shadow:1},
			{code:"Barometers", url:'http://picasaweb.google.com/1OnLine11/Barometers'
			},
			{code:"Furniture", url:'http://picasaweb.google.com/1OnLine11/Antiques'
			},
			{code:"Jewellery", url:'http://picasaweb.google.com/1OnLine11/Antiques'
			},
			{code:"Artwork", url:'http://picasaweb.google.com/1OnLine11/Antiques'
			},
			{code:"Watches", url:'http://picasaweb.google.com/1OnLine11/Watches'
			}
		]
	},
	{code:"Company", url:'index.htm',
		sub:[
			{itemoff:[23,0], size:[22,129], shadow:1},
			{code:"Staff", url:'team.htm'
			},
			{code:"How To Find Us", url:'How to find us.htm'
			}
		]
	},
	{code:"Contact", url:'contact.htm',
		sub:[
			{itemoff:[23,0], size:[22,129], shadow:1},
			{code:"Feedback", url:'feedback.htm'
			}
		]
	}
];
