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("#6699CC", "white", "red");
	setDefaultICPMenuColor("black", "#ffccff", "#ffff99");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	// setICPBanner("/library/toolbar/images/banner.gif","/isapi/gomscom.asp?target=/","microsoft.com Home") ;
	
	//***** Add ICP menus *****

	//Home
	addICPMenu("HomeMenu", "dotcom HOME", "","http://dotcom.gi/home.htm");
	
	//MAG
	addICPMenu("MAG", "the M@G", "","");
	addICPSubMenu("MAG","The M@G Home","http://dotcom.gi/mag/home.htm");


	//MAP
	addICPMenu("MAP", "Interactive Map", "","");
	addICPSubMenu("MAP","Map Home","http://www.gibnet.gi/~dparody/gibmap");
	addICPSubMenuLine("MAP");
	addICPSubMenu("MAP","Gibraltar Map","http://www.gibnet.gi/~dparody/gibmap");
	addICPSubMenu("MAP","Street Names","http://www.gibnet.gi/~dparody/gibmap");
	addICPSubMenu("MAP","Featured Sites","http://www.gibnet.gi/~dparody/gibmap");
	addICPSubMenuLine("MAP");
	addICPSubMenu("MAP","View 
	
	//PHOTO
	addICPMenu("PHOTO", "Virtual Tourist", "","");
	addICPSubMenu("PHOTO","Virtual Tourist Home","http://www.gibnynex.gi/home/dparody/virtual/home.htm");//1
	addICPSubMenuLine("PHOTO");
	addICPSubMenu("PHOTO","Gibraltar","http://dotcom.gi/virtual/gibraltar/gibframset.htm");
	addICPSubMenuLine("PHOTO");
	addICPSubMenu("PHOTO","Andalucia","http://dotcom.gi/virtual/spain/spainframset.htm");
	addICPSubMenu("PHOTO","Florence","http://dotcom.gi/virtual/florence/florenceframset.htm");
	addICPSubMenu("PHOTO","Marrakech","http://dotcom.gi/virtual/marrakech/marraframset.htm");
	addICPSubMenu("PHOTO","Paris","http://dotcom.gi/virtual/paris/parisframset.htm");
	addICPSubMenu("PHOTO","Rome","http://dotcom.gi/virtual/rome/romeframset.htm");
	addICPSubMenu("PHOTO","Venice","http://dotcom.gi/virtual/venice/veniceframset.htm");
	addICPSubMenuLine("PHOTO");
	addICPSubMenu("PHOTO","Bali","http://dotcom.gi/virtual/bali/baliframset.htm");
	addICPSubMenu("PHOTO","Hong Kong","http://dotcom.gi/virtual/hk/hkframset.htm");
	addICPSubMenu("PHOTO","Sydney","http://dotcom.gi/virtual/austral/austframset.htm");
	addICPSubMenuLine("PHOTO");
	addICPSubMenu("PHOTO","New York","http://dotcom.gi/virtual/newyork/nyframset.htm");
	addICPSubMenu("PHOTO","St Lucia","http://dotcom.gi/virtual/stlucia/luciaframset.htm");
	addICPSubMenu("PHOTO","Washington DC","http://dotcom.gi/virtual/washdc/dcframset.htm");

	//RGuide
	addICPMenu("RGuide", "The R Guide", "","");
	addICPSubMenu("RGuide","Comming Soon :)","","");

	//Other
	addICPMenu("Other", "Gib Reference Sites", "","");
	addICPSubMenu("Other","Gibraltar","http://www.gibraltar.gi");	
	addICPSubMenu("Other","Governemnt of Gib","http://www.gibraltar.gov.gi");	
	addICPSubMenu("Other","GibNet","http://www.gibnet.gi");	



}