var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	
	Frame_Supported = false;	
	setDefaultICPMenuColor("#CCCC99", "black", "red");
	setToolbarBGColor("white");
	
	
	// eventos e conferencias
	addICPMenu("aboutusMenu", "About Us", "","aboutus.html");
	addICPSubMenu("aboutusMenu","Contact Us","contact.html");
	addICPSubMenu("aboutusMenu","Register","database/register.html");
	addICPSubMenu("aboutusMenu","Privacy Policy","privacy.html");
	addICPSubMenu("aboutusMenu","Comments from Clients ","autismcomments.html");
	addICPSubMenu("aboutusMenu","Search ou server for specific pages ","search.html");
	addICPSubMenu("aboutusMenu","FAQ","faq.html");
	
	//Events & Training
	addICPMenu("EventsMenu", "Events", "","events.html");
	addICPSubMenu("EventsMenu","Events & Conferences","events.html");
	addICPSubMenu("EventsMenu","Inform us about conferences","events.html");
	
    addICPMenu("ConditionsMenu", "Conditons", "","abtresources.html");
	addICPSubMenu("ConditionsMenu", "Autism/PDD", "autism.html");
	addICPSubMenu("ConditionsMenu", "ADD/ADHD", "adhd.html");
	addICPSubMenu("ConditionsMenu", "Bowel Disorders", "autisminterview.html");
	addICPSubMenu("ConditionsMenu", "Candida", "autisminterview.html");
    addICPSubMenu("ConditionsMenu", "Celiac Disease", "test16.html");
	addICPSubMenu("ConditionsMenu", "Chronic Fatigue", "fibromyalgia.html");
	addICPSubMenu("ConditionsMenu", "Down's Sysndrome", "downssyn.html");
	addICPSubMenu("ConditionsMenu", "Dysbiosis", "autisminterview.html");
	addICPSubMenu("ConditionsMenu", "Ear Infections", "earinfections.html");
	addICPSubMenu("ConditionsMenu", "Fibromyalgia", "fibromyalgia.html");
	addICPSubMenu("ConditionsMenu", "Food Allergy", "foodallergy.html");
	addICPSubMenu("ConditionsMenu", "Gluten/Casein", "glutencasein.html");
	addICPSubMenu("ConditionsMenu", "Immune System", "immune.html");
	addICPSubMenu("ConditionsMenu", "Metals Toxicity", "autismrec.html#metals");
	addICPSubMenu("ConditionsMenu", "Schizophrenia","schiz.html");
	addICPSubMenu("ConditionsMenu", "Yeast Overgrowth", "yeast.html");
	
	
	//Selections of tests offered    
	addICPMenu("GettingTestedMenu", "Tests Descriptions", "","testlist.html");
	addICPSubMenu("GettingTestedMenu","Getting Tested","testkits.html");
	addICPSubMenu("GettingTestedMenu","Organic Acid Test","test1.html");
	addICPSubMenu("GettingTestedMenu","Microbial OAT Panel","test2.html");
	addICPSubMenu("GettingTestedMenu","Yeast Culture Sensibility","test3.html");
	addICPSubMenu("GettingTestedMenu","OAT + Yeast Culture Sensibility","test4.html");
	addICPSubMenu("GettingTestedMenu","Microbial OAT + Yeast Culture","test5.html");
	addICPSubMenu("GettingTestedMenu","Gluten/Casein Peptide Test","test6.html");
	addICPSubMenu("GettingTestedMenu","Amino Acids","autismrec.html");
	addICPSubMenu("GettingTestedMenu","Essencial fatty Acids","autismrec.html");
	addICPSubMenu("GettingTestedMenu","Food Allergy - Basic","test9.html");
	addICPSubMenu("GettingTestedMenu","Food Allergy - Comprehensive","test9.html");
	addICPMenu("moreTestedMenu", "More Tests", "","");
	addICPSubMenu("moreTestedMenu","Inhalant Allergy Panel","test9.html");
	addICPSubMenu("moreTestedMenu","Inhalant Allergy - Comprehensive","test9.html");
	addICPSubMenu("moreTestedMenu","Immunodeficiency Panel","test11.html");
	addICPSubMenu("moreTestedMenu","Zinc ","Immune.html#zinc");
	addICPSubMenu("moreTestedMenu","IgG Subclasses","Immune.html#antibodies");
	addICPSubMenu("moreTestedMenu","Metals - Blood","autismrec.html#metals");
	addICPSubMenu("moreTestedMenu","Metals - Hair","autismrec.html#metals");
	addICPSubMenu("moreTestedMenu","Metals - Urine","autismrec.html#metals");
	addICPSubMenu("moreTestedMenu","Vitamin Profile (12)","autismrec.html#vitamin");
	addICPSubMenu("moreTestedMenu","Vitamin Profile (20)","autismrec.html#vitamin");
	addICPSubMenu("moreTestedMenu","Trans-gutaminase Antibodies","test16.html");
	addICPSubMenu("moreTestedMenu","comprehensive Stool Analysis","test17.html");
	addICPSubMenu("moreTestedMenu","Uric Acid Test","test18.html");
	

	//Payment Information
	addICPMenu("PaymentMenu", "Payment", "","");	
	addICPSubMenu("PaymentMenu","Price List ","testprices.html");
	addICPSubMenu("PaymentMenu","Payment Options","insurance.html#options");
	addICPSubMenu("PaymentMenu","Pay with Insurance","insurance.html#Using");
	addICPSubMenu("PaymentMenu","Blue Cross & Blue Shield","insurance.html#Blue");
	addICPSubMenu("PaymentMenu","Financial Hardship","insurance.html#Financial");
	addICPSubMenu("PaymentMenu","Requirements ","insurance.html#requirements");
	addICPSubMenu("PaymentMenu","Order Tests","ordertests.html");	
	
	//GPL Products
	addICPMenu("productMenu", "Products", "","products.html");
	addICPSubMenu("productMenu", "Our Products","products.html");
	addICPSubMenu("productMenu","Books","http://www.cymac.net/books.html");
	addICPSubMenu("productMenu","Multimidia","http://www.cymac.net/multimedia.html");
	
	// Interviews and References 
	addICPMenu("refMenu", "Interviews", "","autisminterview.html");
	addICPSubMenu("refMenu","References","autisminterview.html#references");
	// other important information
	addICPMenu("otherMenu", "Employment", "","job.html");
	// go home	
	addICPMenu("homeMenu","Home... ","", "home.htm");
	
	
	
	

	
}
