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","http://www.greatplainslaboratory.com/bookstore/Registration.php");
	addICPSubMenu("aboutusMenu","Privacy Policy","privacy.html");
	addICPSubMenu("aboutusMenu","Comments from Clients ","autism-comments.html");
	addICPSubMenu("aboutusMenu","Search our server for specific pages ","search.html");
	addICPSubMenu("aboutusMenu","FAQ","faq.html");
	addICPSubMenu("InstructMenu","Instructions ","", "instructions/index.html");
	
	//Events & Training
	addICPMenu("EventsMenu", "Events", "","autism-conference.html");
	addICPSubMenu("EventsMenu","Events & Conferences","autism-conference.html");
	addICPSubMenu("EventsMenu","Inform us about conferences","autism-conference.html");
	
    addICPMenu("ConditionsMenu", "Conditions", "","abtresources.html");
	addICPSubMenu("ConditionsMenu", "Autism/PDD", "autism.html");
	addICPSubMenu("ConditionsMenu", "ADD/ADHD", "adhd.html");
	addICPSubMenu("ConditionsMenu", "Bowel Disorders", "autism-information.html");
	addICPSubMenu("ConditionsMenu", "Candida", "autism-information.html");
    addICPSubMenu("ConditionsMenu", "Celiac Disease", "Antibodies.html");
	addICPSubMenu("ConditionsMenu", "Chronic Fatigue", "fibromyalgia.html");
	addICPSubMenu("ConditionsMenu", "Down's Syndrome", "Down-Syndrome.html");
	addICPSubMenu("ConditionsMenu", "Dysbiosis", "autism-information.html");
	addICPSubMenu("ConditionsMenu", "Ear Infections", "ear-infection.html");
	addICPSubMenu("ConditionsMenu", "Fibromyalgia", "fibromyalgia.html");
	addICPSubMenu("ConditionsMenu", "Food Allergy", "food-allergy.html");
	addICPSubMenu("ConditionsMenu", "Gluten/Casein", "gluten-casein.html");
	addICPSubMenu("ConditionsMenu", "Immune System", "immune-system.html");
	addICPSubMenu("ConditionsMenu", "Metals Toxicity", "autism-testing.html");
	addICPSubMenu("ConditionsMenu", "Schizophrenia","Schizophrenia.html");
	addICPSubMenu("ConditionsMenu", "Yeast Overgrowth", "yeast.html");
	addICPSubMenu("InstructMenu","Instructions ","", "instructions/index.html");
	
	
	//Selections of tests offered    
	addICPMenu("GettingTestedMenu", "Tests Descriptions", "","testlist.html");
	addICPSubMenu("GettingTestedMenu","Getting Tested","testkits.html");
	addICPSubMenu("GettingTestedMenu","Organic Acid Test","Organic-Acid-Test.html");
	addICPSubMenu("GettingTestedMenu","Microbial OAT Panel","yeast-microbial.html");
	addICPSubMenu("GettingTestedMenu","Yeast Culture Sensibility","yeast-overgrowth.html");
	addICPSubMenu("GettingTestedMenu","OAT + Yeast Culture Sensibility","acid-organic.html");
	addICPSubMenu("GettingTestedMenu","Microbial OAT + Yeast Culture","yeast-testing.html");
	addICPSubMenu("GettingTestedMenu","Gluten/Casein Peptide Test","gluten-casein.html");
	addICPSubMenu("GettingTestedMenu","Amino Acids","autism-test.html");
	addICPSubMenu("GettingTestedMenu","Essential fatty Acids","autism-test.html");
	addICPSubMenu("GettingTestedMenu","Food Allergy - Comprehensive","foodallergy.html");
	addICPMenu("moreTestedMenu", "More Tests", "","");
	addICPSubMenu("moreTestedMenu","Inhalant Allergy - Comprehensive","foodallergy.html");
	addICPSubMenu("moreTestedMenu","Immunodeficiency Panel","immunodeficiency.html");
	addICPSubMenu("moreTestedMenu","Zinc ","immune-system.html#zinc");
	addICPSubMenu("moreTestedMenu","IgG Subclasses","immune-system.html#antibodies");
	addICPSubMenu("moreTestedMenu","Metals - Blood","autism-testing.html");
	addICPSubMenu("moreTestedMenu","Metals - Hair","autism-testing.html");
	addICPSubMenu("moreTestedMenu","Metals - Urine","autism-testing.html");
	addICPSubMenu("moreTestedMenu","","");
	addICPSubMenu("moreTestedMenu","Trans-gutaminase Antibodies","Antibodies.html");
	addICPSubMenu("moreTestedMenu","Comprehensive Stool Analysis","stool.html");
	addICPSubMenu("moreTestedMenu","Uric Acid Test","Purine.html");
	addICPSubMenu("InstructMenu","Instructions ","", "instructions/index.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","Requirements ","insurance.html#requirements");
	addICPSubMenu("PaymentMenu","Order Tests","http://www.gpl4u.com/ordertest");	
	addICPSubMenu("InstructMenu","Instructions ","", "instructions/index.html");
	
	
	//GPL Products
	addICPMenu("productMenu", "Products", "","products.html");
	addICPSubMenu("productMenu", "Our Products","products.html");
	addICPSubMenu("productMenu","Books","http://www.gpl4u.com/bookstore/default.php");
	addICPSubMenu("productMenu","Multimedia","http://www.gpl4u.com/bookstore/default.php");
	
	// Interviews and References 
	addICPMenu("refMenu", "Interviews", "","autism-information.html");
	addICPSubMenu("refMenu","References","autism-information.html#references");
	// go home	
	addICPMenu("homeMenu","Home... ","", "home.htm");

	
	
	
	

	
}
