var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#0000C0", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("/htmlfiles/pics/logo1.gif","index.html","999Alternatives Home") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","");
	addICPSubMenu("HomeMenu","999Alternatives.com Home","../index.html");
	
	//Updates
	addICPMenu("EventsMenu", "Updates", "","http://www.999alternatives.com/htmlfiles/whatsnew.html");
	addICPSubMenu("EventsMenu","Whats New?","http://www.999alternatives.com/htmlfiles/whatsnew.html");
	addICPSubMenu("EventsMenu","Subscribe","http://www.999alternatives.com/htmlfiles/subscribe.html");
 

	//Features
	addICPMenu("SubscribeMenu", "Features", "","http://www.999alternatives.com/htmlfiles/features.html");
	addICPSubMenu("SubscribeMenu","Anti-Ageing Treatment","http://www.999alternatives.com/htmlfiles/mumio.html");
	addICPSubMenu("SubscribeMenu","Sputnik Update","http://www.999alternatives.com/htmlfiles/sputnik_update.html");
	addICPSubMenu("SubscribeMenu","Asthma Treatment","http://www.999alternatives.com/htmlfiles/asthma_treatment.html");
	addICPSubMenu("SubscribeMenu","DNA Testing","http://www.999alternatives.com/htmlfiles/dnatest.html");
	addICPSubMenu("SubscribeMenu","Chronic Fatigue Syndrome","http://www.999alternatives.com/htmlfiles/chronicfatiguesyndrome.html");
	addICPSubMenu("SubscribeMenu","Arthritis Treatments","http://www.999alternatives.com/htmlfiles/arthritis_treatment.html");


	//Software
	addICPMenu("MicrosoftMenu", "Software", "","/isapi/gomscom.asp?target=/mscorp/");
	addICPSubMenu("MicrosoftMenu","Software Reviews","http://www.999alternatives.com/htmlfiles/software.html");
	addICPSubMenu("MicrosoftMenu","MeridianIQ","http://www.999alternatives.com/htmlfiles/meridianiq.html");
	addICPSubMenu("MicrosoftMenu","Psy-Analyser v1.0","http://www.999alternatives.com/htmlfiles/psy-analyser.html");
	addICPSubMenu("MicrosoftMenu","Report Writer v1.1","http://www.999alternatives.com/htmlfiles/report_writer.html");


	//Technology
	addICPMenu("InternationalMenu", "Technology", "","http://www.999alternatives.com/htmlfiles/technology.html");
	addICPSubMenu("InternationalMenu","Sputnik Parasite Expeller","http://www.999alternatives.com/htmlfiles/sputnik.html");
	addICPSubMenu("InternationalMenu","Bio-Resonance","http://www.999alternatives.com/htmlfiles/bio-resonance.html");
	addICPSubMenu("InternationalMenu","CRYPTIK Holistic Analyser","http://www.999alternatives.com/htmlfiles/cryptik.html");
	addICPSubMenu("InternationalMenu","INTEX Allergy Testing","http://www.999alternatives.com/htmlfiles/intex.html");
	addICPSubMenu("InternationalMenu","SmartSniff Testing","http://www.999alternatives.com/htmlfiles/smartsniff_test.html");
	addICPSubMenu("InternationalMenu","Darkfield Microscopy","http://www.999alternatives.com/htmlfiles/darkfield.html");
	addICPSubMenu("InternationalMenu","Magnetic Resonance Therapy","http://www.999alternatives.com/htmlfiles/mrt.html");


	//Questionnaires
	addICPMenu("DownloadMenu", "Questionnaires", "","http://www.999alternatives.com/questionnaire/index.html");
	addICPSubMenu("DownloadMenu","Questionnaire Index","http://www.999alternatives.com/questionnaire/index.html");
	addICPSubMenuLine("DownloadMenu");
	addICPSubMenu("DownloadMenu","Intestinal Parasites","http://www.999alternatives.com/questionnaire/parasites.html");
	addICPSubMenu("DownloadMenu","Nutritional Deficiencies","http://www.999alternatives.com/questionnaire/nutritional-deficiencies.html");
	addICPSubMenu("DownloadMenu","The Toxic Bowel","http://www.999alternatives.com/questionnaire/toxicbowel.html");	
	addICPSubMenu("DownloadMenu","Poor Assimilation and Digestion","http://www.999alternatives.com/questionnaire/digestion.html");
	addICPSubMenu("DownloadMenu","The Sluggish Liver","http://www.999alternatives.com/questionnaire/sluggishliver.html");
	addICPSubMenu("DownloadMenu","The Mind-Body Connection","http://www.999alternatives.com/questionnaire/mind-body.html");
	addICPSubMenu("DownloadMenu","Food Allergies","http://www.999alternatives.com/questionnaire/foodallergies.html");
	addICPSubMenu("DownloadMenu","Low Thyroid Status","http://www.999alternatives.com/questionnaire/thyroid.html");
	addICPSubMenu("DownloadMenu","Adrenal Exhaustion","http://www.999alternatives.com/questionnaire/adrenal.html");
	addICPSubMenu("DownloadMenu","Hypoglycaemia","http://www.999alternatives.com/questionnaire/hypoglcaemia.html");
	addICPSubMenu("DownloadMenu","Yeast Overgrowth","http://www.999alternatives.com/questionnaire/yeastovergrowth.html");
	addICPSubMenu("DownloadMenu","Chemical Hypersensitivity","http://www.999alternatives.com/questionnaire/chemicalhypersensitivity.html");


	//Contact
	addICPMenu("ContactMenu", "Contact", "","http://www.999alternatives.com/htmlfiles/contact.html");
	addICPSubMenu("ContactMenu","Contact Us","http://www.999alternatives.com/htmlfiles/contact.html");
	addICPSubMenu("ContactMenu","Questions / Feedback","http://www.999alternatives.com/htmlfiles/feedback.html");

	//Meridian.ie
	addICPMenu("MSNMenu", "Meridian.ie", "","http://www.meridian.ie/");
	addICPSubMenu("MSNMenu","Meridian Home","http://www.meridian.ie");
	addICPSubMenuLine("MSNMenu");
	addICPSubMenu("MSNMenu","Search for a remedy","http://www.meridian.ie");
	addICPSubMenuLine("MSNMenu");
	addICPSubMenu("MSNMenu","Software Centre","http://www.meridian.ie/software");

}
