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:"#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:"Equipment",
		sub:[
			{},
			{code:"Extractors",url:"http://www.lynbond2000.com/EquipmentDpt/Equipment/Extractors.htm"},
			{code:"Incubators",url:"http://www.lynbond2000.com/EquipmentDpt/Equipment/incubators.htm"},
			{code:"Photolithography",url:"http://www.lynbond2000.com/EquipmentDpt/Equipment/Photolithography.htm"},
			{code:"Sensor",url:"http://www.lynbond2000.com/EquipmentDpt/Equipment/Sensor.htm"},
			{code:"Pressure Vessels",url:"http://www.lynbond2000.com/EquipmentDpt/Equipment/PressureVessels.htm"},
		]
	},



	{code:"Moulding",
		sub:[
			{},
			{code:"Ceramic",url:"http://www.lynbond2000.com/EquipmentDpt/Moulding/Ceramic.htm"},
			{code:"Metal",url:"http://www.lynbond2000.com/EquipmentDpt/Moulding/Metal.htm"},

		]
	},


];

