/*
  --- 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',  'principal.html'],
	['Meet Us', null, null,
		['Who Are We', 'who.html'],
		['Where Are We', 'meet.html'],
		['Why to choose BioLatex<sup>&reg;</sup> products', 'why.html'],
		['Quality Assurance', 'qa.html'],
		['The quality of our service', 'qs.html'],
	],
	['Products', null, null,
		['&alpha;<sub>1</sub>-Microglobulin', 'alfa.html'],
		['Antistreptolisin O', ,null,
		 ['Monoreagent','aso_mr.html'],
		 ['Bireagent','aso.html'],
		 ],
		['&beta;<sub>2</sub>-Microglobulin', ,null,
		 ['Monoreagent','beta_mr.html'],
		 ['Bireagent','beta.html'],
		 ],
		['C Reactive Protein', ,null,
		 ['Monoreagent','crp_mr.html'],
		 ['Bireagent','crp.html'],
		 ],
		['Ultrasensitive CRP', 'crphs.html'],
		['CRP cardiac risk marker', 'crpcm.html'],
		['Ferritin', ,null,
		 ['Monoreagent','fer_mr.html'],
		 ['Bireagent','fer.html'],
		 ],
		['Immunoglobulin E', 'ige.html'],
		['Lipoprotein (a)', ,null,
		 ['Monoreagent','lpa_mr.html'],
		 ['Bireagent','lpa.html'],
		 ],
		['Microalbumin', ,null,
		 ['Monoreagent','mia_mr.html'],
		 ['Bireagent','mia.html'],
		 ],
		['Rheumatoid Factor', ,null,
		 ['Monoreagent','rf_mr.html'],
		 ['Bireagent','rf.html'],
		 ]
	],
	['Contact us', 'formulario.html'],
	['Your Suggestions', 'sugerencias.html'],
];

