/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['STARTPAGE',  '/en/default.asp'],
	['ABOUT US', null, null,
		['About Buffers Marine AB', '/en/about/company.asp'],
		['History', '/en/about/history.asp'],
		['Organization', '/en/about/organization.asp'],
	],
	['PRODUCTS', null, null,
		['Dive and rescue suits', '/en/products/dive-start.asp'],				['Ballistic products', '/en/products/prot-start.asp'],
		['Carrying bags', '/en/products/carrying_bags.asp'],
		['Sleeping bags / clothing', '/en/products/sleeping_bags.asp'],		['RIB boats', '/en/products/rib-start.asp'],		['Life saving products', '/en/products/life-saving-products.asp'],
		['Training simulators', '/en/products/training-start.asp'],		
	],
	['BRANDS', '/en/brands/brands.asp'],
	['PARTNERS', '/en/partners/partners.asp'],
	['CONTACT US', '/en/contact/contact.asp'],
	['BUFFERS GROUP', 'http://www.buffersgroup.se'],
];


