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("#0099FF", "white", "red");
	
	// Customize toolbar background color
	//setToolbarBGColor("black");

	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","");

	//Contact
	addICPMenu("ContactMenu", "Contact", "","");
	
	//Company
	addICPMenu("CompanyMenu", "Company", "","");
	addICPSubMenu("CompanyMenu","About Us","About.html");	
	addICPSubMenu("CompanyMenu","Management","Management.html");
	addICPSubMenu("CompanyMenu","Franchise Info","Franchise.html");

		
	//Locations
	addICPMenu("LocationsMenu", "Locations", "","");
	addICPSubMenu("LocationsMenu","The Woodlands","thewoodlands.html");
	addICPSubMenu("LocationsMenu","Coming Soon","comingsoon.html");

	//Hourly Childcare
	addICPMenu("HourlyChildcareMenu", "Hourly Childcare ", "","");
	addICPSubMenu("HourlyChildcareMenu","Description","hourlycc_description.html");
	addICPSubMenu("HourlyChildcareMenu","Staff","hourlycc_staff.html");
	addICPSubMenu("HourlyChildcareMenu","Schedule & Pricing","hourlycc_schedule.html");
 
	//Private Parties
	addICPMenu("PartyMenu", "Private Parties", "","");
	addICPSubMenu("PartyMenu","What's Included","party_included.html");
	addICPSubMenu("PartyMenu","Themes","party_themes.html");
	addICPSubMenu("PartyMenu","Schedule & Pricing","party_schedule.html");
	
	//Education
	addICPMenu("EdMenu", "Educational Classes", "","");
	addICPSubMenu("EdMenu","Kinderprep","Ed_Kinderprep.html");
	//addICPSubMenu("EdMenu","Theme","Ed_Theme.html");
	addICPSubMenu("EdMenu","Reading Readiness","Ed_Reading.html");
	addICPSubMenu("EdMenu","Phonics","Ed_Phonics.html");
	addICPSubMenu("EdMenu","Spanish","Ed_Spanish.html");
	addICPSubMenu("EdMenu","Kindermusic","Ed_Kindermusic.html");
	addICPSubMenu("EdMenu","Gymnastics","Ed_Gymnastics.html");
	addICPSubMenu("EdMenu","Schedule & Pricing","Ed_Schedule.html");



}
