BLANK_IMAGE = 'JSMENU/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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#f9f2da"		// 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:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,189], leveloff:[39,0], style:STYLE, size:[40,190]},
	{ urlPrefix:'', code:'About', url:'about.php',
	//{code:"<a href = 'about.php'>About</a>",
		sub:[
			{itemoff:[39,0]},
			    { urlPrefix:'', code:'Merrys Irish Cream', url:'irishcream.php',
			//{code:"<a href = 'irishcream.php' class='underline'>Merrys irish Cream</a>",
				sub:[
										
				]
			},
			  
			 
			 { urlPrefix:'', code:'History', url:'history.php',
			//{code:"<a href = 'history.php'>History</a>",
				sub:[
				
				]
			},
		]
	},
	 { urlPrefix:'', code:'Our Markets', url:'markets.php',
	//{code:"Our Markets",
		sub:[
			
		]
	},
	
	{ urlPrefix:'', code:'Quality Standards', url:'quality.php',
	
		sub:[
		{ urlPrefix:'', code:'Mission Statement', url:'mission.php',
		
		sub:[
		
		]
	}
	},
		 { urlPrefix:'', code:'Pallet/Container', url:'pallettes.php',
	
		sub:[
		
		]
	}
	
	 {
	 { urlPrefix:'', code:'Order Today', url:'order.php',
		sub:[
			
		]
	},
	 { urlPrefix:'', code:'Flavours', url:'flavours.php',
		sub:[
			
		]
	}
	
	 { urlPrefix:'', code:'Recipes', url:'recipes.php',
		sub:[
			
		]
	},
	
	{ urlPrefix:'', code:'Awards', url:'awards.php',
		sub:[
			
		]
	},
];

