/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	['About Croxsons', null, null,				/* 1st main menu */
			['Croxsons UK', 'croxsonsuk.asp'],
			['History', 'history.asp'],
			['Mission Statement', 'mission.asp'], 
			['Distribution', 'shiptrans.asp'], 
			['Meet The People', 'people.asp'],
			['Get in touch','contactus.asp'],
			['Job Opportunities','jobs.asp'],
		/*	['Field Based', 'serv-main-fieldbased.html'],*/],		
		
			
	['Glass Products', null, null,				/* 2nd main menu */
		['Glass Catalogue', 'glasscatalogue.asp'],
		['Beer Bottles', 'beerbottles.asp'],
		['Food Jars', 'foodjars.asp'],
		['Juices', 'juices.asp'],
		['Oils', 'oils.asp'],
		['Soft Drinks', 'softdrinks.asp'],
		['Spirit Bottles', 'spiritbottles.asp'],
		['Storage Jars', 'storagejars.asp'],		
		['Swing Stopper Bottles', 'swingstop.asp'],
		['Wine Bottles', 'winebottles.asp'],
	],
	
	['Glass Decoration', null, null,				/* 2a main menu added for Tim 10112006*/
		['Labels', 'labels.asp'],
		['Printing', 'printing.asp'],
		['Shrink Sleeves', 'shrinksleeves.asp'],
		['Spraying', 'spraying.asp'],
	],
	
		['  Machinery', null, null,				/* 2b main menu added for Tim 10112006*/
		['Manually Operated', 'manuallyoperated.asp'],
		['Semi-Automatic', 'semiautomatic.asp'],
		['Automatic', 'automatic.asp'],
	],
	
		['Closures Range', null, null,				/* 3rd main menu */
		['Closures', 'mainclosures.asp'],
                ['Korked', 'korked.asp'],
		['Wine', 'wine.asp'],
		['Spirits', 'spiritclosures.asp'],
		['Food', 'twistclosure.asp'],
		['Beer', 'beer.asp'],
		['Soft Drinks', 'soft.asp'],
		['Zorks', 'zorks.asp'],
	],
	
	['News Items', null, null,					/* 4th main menu */
	 	['Current News', 'currentnews.asp'],
		['News Archive', 'newsarchive.asp'],
		['Us on Twitter', 'twitter.asp'],
		 ]
];

