/*
  --- 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 = [
	['General Info', null, null,
		['What is BabyBIG<sup>&reg;</sup>?','http://www.infantbotulism.org/general/babybig.php'],
		['FAQs','http://www.infantbotulism.org/general/faq.php'],
	],
	['For Physicians', null, null,
		['How to obtain BabyBIG<sup>&reg;</sup>','http://www.infantbotulism.org/physician/obtain.php'],
		['Clinical Diagnosis','http://www.infantbotulism.org/physician/clinical.php'],
		['Patient Management','http://www.infantbotulism.org/physician/patient.php'],
		['Laboratory Diagnosis','http://www.infantbotulism.org/physician/laboratory.php'],
		['FAQs','http://www.infantbotulism.org/general/faq.php'],
		['Medical Literature','http://www.infantbotulism.org/readings/medical.php'],
	],
	['For Pharmacists',null, null,
		['Instructions for use of BabyBIG<sup>&reg;</sup>','http://www.infantbotulism.org/pharmacist/instruction.php'],
		['Dosage and Administration','http://www.infantbotulism.org/pharmacist/dosage.php'],
		['Lab Scientist FAQs','http://www.infantbotulism.org/general/faq.php'],
	],
	['For Lab Scientists',null, null,
		['Microbiology of <i>C. botulinum</i>','http://www.infantbotulism.org/laboratorian/microbiology.php'],
		['Laboratory Diagnosis','http://www.infantbotulism.org/laboratorian/laboratory.php'],
		['Specimen Collection','http://www.infantbotulism.org/laboratorian/collection.php'],
		['Specimen Storage','http://www.infantbotulism.org/laboratorian/storage.php'],
		['Specimen Submission','http://www.infantbotulism.org/laboratorian/submission.php'],
		['FAQs','http://www.infantbotulism.org/laboratorian/faq.php'],
		['CLIA Certificate','http://www.infantbotulism.org/CLIA_certificate.pdf'],
	],
	['For Parents',null, null,
		['Prevention','http://www.infantbotulism.org/parent/prevention.php'],
		['When to Avoid Honey','http://www.infantbotulism.org/parent/honey.php'],
		['Parent Support Group','http://www.infantbotulism.org/general/parent.php'],
		['Online Parent Support Forum','http://www.infantbotulism.org/general/forum.php'],
		['FAQs','http://www.infantbotulism.org/general/faq.php'],
	],
	['In Depth Information',null, null,
		['Medical Literature','http://www.infantbotulism.org/readings/medical.php'],
		['General FAQs','http://www.infantbotulism.org/general/faq.php'],
		['Lab Scientist FAQs','http://www.infantbotulism.org/laboratorian/faq.php'],
	],
	['En Español',null, null,
		['¿Qué es BabyBIG®?','http://www.infantbotulism.org/general/babybig-espanol.php'],
		['Prevención','http://www.infantbotulism.org/parent/prevention-espanol.php'],
		['Cuándo Evitar la Miel','http://www.infantbotulism.org/parent/honey-espanol.php'],
		['Diagnosis de laboratorio','http://www.infantbotulism.org/physician/laboratory-espanol.php'],
		['Preguntas Frecuentes','http://www.infantbotulism.org/general/faq-espanol.php'],
	],
	['Contact Us','http://www.infantbotulism.org/contact/index.php', null],
];
