/*
  --- menu items --- 
This is the structure for the 3 level menu
Binoculars is level 1, product category is level 2, individual products are level 3.
See "http://www.softcomplex.com/products/tigra_menu/docs/" for a complete description
of all the functions and options.
*/
var MENU_ITEMS = [
	['BINOCULARS', '/binoculars/binoculars.html', null,
		['Predator', '/binoculars/predator/predator.html', null,
			['8x22 Predator Pro', '/binoculars/predatorpro/8x22predatorpro234.html'],
			['10x26 Predator Pro', '/binoculars/predatorpro/10x26predatorpro236.html'],
			['8x30 Predator Pro', '/binoculars/predatorpro/8x30predatorpro288.html'],
			['12x40 Predator Pro', '/binoculars/predatorpro/12x40predatorpro242.html'],
			//['10x50 Predator', '/binoculars/predator/266.html'],
			['8x56/10x56 Predator C5', '/binoculars/predatorC5/256_254.html'],
			['10x42/12x42 Predator C5', '/binoculars/predator/250.html'],
		],
		['Nighthunter XP', '/binoculars/night/night.html', null,
			//['8x30 Nighthunter XP', '/binoculars/night/580.html'],
			//['7x50 Nighthunter XP', '/binoculars/night/570.html'],
			['10x50 Nighthunter XP', '/binoculars/night/510.html'],
			//['8x56 Nighthunter XP', '/binoculars/night/595.html'],
			['12x56 Nighthunter XP', '/binoculars/night/512.html'],
		],
		['Military/Marine', '/binoculars/military/military.html', null,
			['8x30 Military/Marine', '/binoculars/military/280.html'],
			//['7x50 Military/Marine', '/binoculars/military/275.html'],
			['10x50 Military/Marine', '/binoculars/military/210.html'],
			
		],
		['Peregrine XP', '/binoculars/peregrinexp/peregrinexp.html', null,
			['8x44 Peregrine XP', '/binoculars/peregrinexp/804.html'],
			['10x44 Peregrine XP', '/binoculars/peregrinexp/814.html'],
		],

		['Peregrine', '/binoculars/trophy/trophy.html', null,
			['8x42 Peregrine', '/binoculars/trophy/348.html'],
			//['10x42 Peregrine', '/binoculars/trophy/358.html'],
			['8.5x50 Peregrine', '/binoculars/trophy/368.html'],
		],

		//['Senator High Power', '/binoculars/trophy/415.html', null,
			//['15x80 Senator', '/binoculars/trophy/415.html'],
			//['20x80 Senator', '/binoculars/trophy/420.html'],
		//],
		['Military R & Police', '/binoculars/law/law.html', null,
		 	['10x50 Military LRF', '/binoculars/law/10x50LRF.html'],
		 	['10x42 R Tactical', '/binoculars/law/10x42R.html'],
			['6x30/8x30 Military R', '/binoculars/law/481.html'],
			['7x50/10x50 Military R', '/binoculars/law/538.html'],
			['15x80 Military', '/binoculars/law/415.html'],
			['20x80 Military', '/binoculars/law/420.html'],
			['7x50 Commander III', '/binoculars/law/383.html'],
			//['8x30 Police', '/binoculars/law/680.html'],
			//Sven requested the the 8x30 Police Binoculars be removed on this date 7/7/05 since it was discontinued
			['7x50 Police', '/binoculars/law/646.html'],
			['10x50 Police', '/binoculars/law/648.html'],	
			['10x42 Police', '/binoculars/law/10x42Police.html'],
			['Anti-Reflective Devices', '/binoculars/law/ARD.html'],
		],
		['Marine', '/binoculars/marine/marine.html', null,
			['7x50 Commander XP C', '/binoculars/marine/395.html'],
			['7x50 Commander XP', '/binoculars/marine/295.html'],
			['7x50 Commander V', '/binoculars/marine/392.html'],
			['8x30 Navigator', '/binoculars/marine/185.html'],
			['7x30 Navigator Pro C', '/binoculars/marine/353.html'],
			['7x50 Marine', '/binoculars/marine/575.html'],
			['7x50 Observer C', '/binoculars/marine/685.html'],
		],
		['Safari Pro', '/binoculars/safaripro/safaripro.html', null,
			['8x30 Safari Pro', '/binoculars/safaripro/8x30safaripro444.html'],
			['8x22 Safari Pro', '/binoculars/safaripro/8x22safaripro231.html'],
			['10x26 Safari Pro', '/binoculars/safaripro/10x26safaripro235.html'],
		],
		['Wildlife Pro', 'http://www.steiner-birding.com/wildlifepro.html', {'tw':'_blank'}],
		['Merlin', 'http://www.steiner-birding.com/merlins.html', {'tw':'_blank'}],
		
	],
];
