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("#003366", "#ffcc66", "white");

	// Customize toolbar background color
	setToolbarBGColor("#003366");

	// display ICP Banner
	//setICPBanner("/library/toolbar/images/banner.gif","/isapi/gomscom.asp?target=/","microsoft.com Home") ;
	
	//***** Add ICP menus *****

	//Home	
	addICPMenu("home", "Home", "","http://www.3inetwork.org");

      	
	// addICPSubMenu("home","www.3inetwork.org","http://www.3inetwork.org");

	
	//Sectors
	addICPMenu("sector", "Sectors", "","../sectors.shtml");
	// addICPSubMenu("sector","Energy ","energy/energy.shtml");
	
	// addICPSubMenu("sector","Education ","education/education.shtml");

	// addICPSubMenu("sector","Information Technology","infr_tech/infr_tech.shtml");
	// addICPSubMenu("sector","Tourism ","tourism/tourism.shtml");
	// addICPSubMenu("sector","Telecommunication ","telecommunication/telecomm.shtml");
	// addICPSubMenu("sector","Transport","transport/transport.shtml");
	// addICPSubMenu("sector","Urban Infrastructure ","urban/urban_infra.shtml");
	// addICPSubMenu("sector","Water ","water/water.shtml");
	

        //Projects
	addICPMenu("projects", "Projects ", "","../projects/projects.shtml");
	// addICPSubMenu("projects","Projects Worldwide","projects/projects.shtml");
	
 	//Govt. Policies
	addICPMenu("govtpolicies", "Govt. Policies", "","../undrconstr.shtml");
	// addICPSubMenu("govtpolicies", "Govt. Policies","undrconstr.shtml");
	
	//Pvt. Participation
	addICPMenu("pvtparticipation", "Pvt. Participation", "","../pvt_participation/pvt_participation.shtml");
	// addICPSubMenu("pvtparticipation","Pvt. Participation","pvt_participation/pvt_participation.shtml");
	
	
	//Services
	addICPMenu("services", "Services", "","../services.shtml");
	// addICPSubMenu("services","Chat","http://www.iitk.ac.in/3inetwork/cgi-bin/bluetalk/bluetalk.cgi");
	// addICPSubMenu("services","Contact","contact.shtml");
	// addICPSubMenu("services","Newsgroup","cgi-bin/firstpage.cgi");
	// addICPSubMenu("services","File Sharing","filetrans/index.html");

	//Others
	addICPMenu("others", "Activities", "","../activities.shtml");
	// addICPSubMenu("others","Conferences","undrconstr.shtml");
	// addICPSubMenu("others", "Projects","projects_3inetwork/projects.shtml");
	// addICPSubMenu("others","Seminars","undrconstr.shtml");
	
}

