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("#CCFFCC", "#00E100", "blue");
	
	

//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","http://www.mtnl.net.in");
	addICPSubMenu("HomeMenu","MTNL Mumbai Home","../index.html");
	addICPSubMenu("HomeMenu","MTNL Delhi Home","http://delhi.mtnl.net.in");
        addICPSubMenu("HomeMenu","MTNL Corporate info","http://www.mtnl.net.in");
	
	
//Corporate Info
	addICPMenu("CorporateMenu", "About Us", "","../ataglance/index.html");
	addICPSubMenu("CorporateMenu","ED's Message","../ataglance/edmessage.html");
	addICPSubMenu("CorporateMenu","Organization Setup","../ataglance/organsetup.html");
	addICPSubMenu("CorporateMenu","Finance","../ataglance/finance.html");
	addICPSubMenu("CorporateMenu","Achievements","../ataglance/achievement3.html");
	addICPSubMenu("CorporateMenu","Network","../ataglance/network.html");
	addICPSubMenu("CorporateMenu","Telephone Network Map","../ataglance/networkmap.html");
//Services
	addICPMenu("ServicesMenu", "Services", "","../services/index.html");
	addICPSubMenu("ServicesMenu","Telephone Services","../services/telephoneaccess.html");
	addICPSubMenu("ServicesMenu","Broadband Services","../triband/");
	addICPSubMenu("ServicesMenu","Mobile Services","http://dolphin.mumbai.mtnl.net.in");
	addICPSubMenu("ServicesMenu","WILL Services","../willservices/");
	addICPSubMenu("ServicesMenu","Phone Plus Services","../services/phoneplus.html");
	addICPSubMenu("ServicesMenu","ISDN Services","../services/isdn.html");
	addICPSubMenu("ServicesMenu","Intelligent Network","../services/freephone.html");
	addICPSubMenu("ServicesMenu","I-NET Services","../services/inetconnect.html");
	addICPSubMenu("ServicesMenu","Leased Circuits","../services/leasedcircuit.html");
	
	
//Customer Care
	addICPMenu("HelpdeskMenu", "Customer Care", "","../helpdesk/index.html");
	addICPSubMenu("HelpdeskMenu","Customer Service Centers","../helpdesk/customerservice.html");	
	addICPSubMenu("HelpdeskMenu","Billing Information","../helpdesk/billassistance.html");
	
	addICPSubMenu("HelpdeskMenu","Customer Care Map","../helpdesk/customercaremap.html");
	addICPSubMenu("HelpdeskMenu","Directory Enquiry Services","../helpdesk/directenquiry.html");
	
	addICPSubMenu("HelpdeskMenu","Autocom Facility","../helpdesk/voiceresponse.html#autocom");
	addICPSubMenu("HelpdeskMenu","Grievance Cell","../helpdesk/grievancecell.html");
	addICPSubMenu("HelpdeskMenu","FAQ","../helpdesk/faq.html");addICPSubMenu("HelpdeskMenu","Interactive Voice Response System","../helpdesk/voiceresponse.html");
//Directory
	addICPMenu("DirectoryMenu", "Directory", "","../directory/index.html");
	addICPSubMenu("DirectoryMenu","Public Utility Services","../directory/publicutility.html");
	addICPSubMenu("DirectoryMenu","Mumbai Directory Search","../directory/howtouse.html");
	
	
	
	

	
//Download Forms
	addICPMenu("DownloadMenu", "Internet Services", "","../internetservices/index.html");
addICPSubMenu("DownloadMenu","Internet User's guide","../internetservices/index.html");
addICPSubMenu("DownloadMenu","Expressnet","../instant/");
addICPSubMenu("DownloadMenu","Dial Up Services","../internetservices/internet-tariff.html#dialupservice");
addICPSubMenu("DownloadMenu","Web hosting Services","../internetservices/internet-tariff2.html#webhosting");
addICPSubMenu("DownloadMenu","Internet Leased lines","../internetservices/internet-tariff2.html");
addICPSubMenu("DownloadMenu","Telephone for Internet","../telecomservices/teleinternet.html");
addICPSubMenu("DownloadMenu","Bol Anmol","../anmol/");
addICPSubMenu("DownloadMenu","Tariff","../internetservices/internet-tariff.html");
addICPSubMenu("DownloadMenu","Glossary","../internetservices/glossarynew.html");
addICPSubMenu("DownloadMenu","Webserver upload","../internetservices/conf_webserver.html");
	


}
