/*
  --- 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 = [
	['Home','index.htm', {'tw' : '_self'}],
	['About Us','aboutus.htm', {'tw' : '_self'}],
	['Products', 'products-list.htm', {'tw' : '_self'},
		['Product Overview', 'products.htm', {'tw' : '_self'}],
		['Entry Level', 'smarttrigger700.htm', {'tw' : '_self'}],
		['Intermediate Level','1400-1900.htm', {'tw' : '_self'}],
		['High Level','atac.htm', {'tw' : '_self'}],
		['Complete Solution','smartsystem.htm', {'tw' : '_self'}],
		['Accessories','accessories.htm', {'tw' : '_self'}],
	],
	['Product Literature', 'literature.htm', {'tw' : '_self'}],
	['Part Number Listing', 'parts-list-index.htm', {'tw' : '_self'},
		['Smart Trigger', 'smarttrigger_list.htm', {'tw' : '_self'}],
		['ATAC', 'atac_list.htm', {'tw' : '_self'}],
	],
	['Documentation Downloads','download.htm', {'tw' : '_self'},],
	['Contact Us','contact.htm', {'tw' : '_self'}],
];