var ToolBar_Supported = ToolBar_Supported ;
// var rootPath = "http://192.168.0.7/airstream";
var rootPath = "";

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("#A81713", "white", "#FFCC00");

	// Customize toolbar background color
	setToolbarBGColor("white");

	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "&nbsp;&nbsp;&nbsp;HOME", "", rootPath + "/index.html");

	//Us
	addICPMenu("UsMenu", "&nbsp;US", "", rootPath + "/us/index.html");
	//addICPSubMenu("UsMenu","PHOTOS", rootPath + "/us/photos.html");
	
	//Location
	addICPMenu("LocationMenu", "&nbsp;LOCATION", "", rootPath + "/location/index.html");
	//addICPSubMenu("LocationMenu", "MAP&nbsp;&amp;&nbsp;PHOTOS", rootPath + "/location/map.html");
	
	//Menu
	addICPMenu("MenuMenu", "&nbsp;MENU", "", rootPath + "/menu/index.html");
	//addICPSubMenu("MenuMenu","BREAKFAST", rootPath + "/menu/breakfast.html");
	//addICPSubMenu("MenuMenu","LIGHT MEALS", rootPath + "/menu/lunch.html");
	//addICPSubMenu("MenuMenu","MAINS", rootPath + "/menu/dinner.html");
	//addICPSubMenu("MenuMenu","PIZZA", rootPath + "/menu/specials.html");
	//addICPSubMenu("MenuMenu","BEVERAGES", rootPath + "/menu/drinks.html");

	//Functions
	addICPMenu("FunctionsMenu", "&nbsp;FUNCTIONS", "", rootPath + "/functions/index.html");
	//addICPSubMenu("FunctionsMenu","INFORMATION", rootPath + "/functions/information.html");
	addICPSubMenu("FunctionsMenu","SAMPLE&nbsp;MENUS", rootPath + "/functions/menus.html");
	<!-- addICPSubMenu("FunctionsMenu","BEVERAGE&nbsp;PACKAGES", rootPath + "/functions/beverage.html");-->
	
	//Whatson
	addICPMenu("WhatsonMenu", "&nbsp;WHAT'S&nbsp;ON", "", rootPath + "/whatson/index.html");
	addICPSubMenu("WhatsonMenu","EVENTS", rootPath + "/whatson/events.html");
	addICPSubMenu("WhatsonMenu","PROMOTIONS", rootPath + "/whatson/promotions.html");

	//Contact
	addICPMenu("ContactMenu", "&nbsp;CONTACT&nbsp;US", "", rootPath + "/contact/index.html");
	//addICPSubMenu("ContactMenu","OUR&nbsp;DETAILS", rootPath + "/contact/details.html");
	addICPSubMenu("ContactMenu","FEEDBACK", rootPath + "/contact/feedback.html");
}
