/*
  --- 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 = [
	['About BCS', 'index.htm'],
	['Products', null, null,
		['Dental Alloys', null, null,
			['Cerinox<sup>®</sup>', 'cerinox.htm'],
			['Nicrallium<sup>®</sup>', 'nicrallium.htm'],
			['Cerabalt<sup>®</sup>', 'cerabalt.htm'],										
			['Soldering & Brazing', 'soldering brazing.htm'],			
		],
		['Rotative Instruments', null, null,
			['Carbide Burns', 'carbide burns.htm'],
			['Diamond Instruments', 'diamond instruments.htm'],
			['Steel Bohrer', 'steel bohrer.htm'],		
		],
		['Polishers', 'polishers.htm'],
		['Other Products', 'other products.htm'],		
	],
	['Download', null, null,
		['tehnical note', 'tehnical_note.php'],
		['index data of safety', 'index_data_of_safety.php'],
	],
	['Contact','contact.php'],
	['Home','../index.htm'],	
];

