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", "black");
	// Customize toolbar background color
	//setToolbarBGColor("white");
	setBannerColor("#0099ff", "#0099ff", "White", "black");

	// display ICP Banner
        setICPBanner("logo.gif","","Indipost")
	//***** Add ICP menus *****
	//About Indiapost
	addICPMenu("AboutIndiapost", "About Indiapost", "","");
	addICPSubMenu("AboutIndiapost","Our Mission","http://www.indiapost.gov.in/OurMission.html");
	addICPSubMenu("AboutIndiapost","Citizen Charter","http://www.indiapost.gov.in/CitizensCharter.html");
	addICPSubMenu("AboutIndiapost","Organisation","http://www.indiapost.gov.in/Organisation.html");
	addICPSubMenu("AboutIndiapost","Holidays","http://www.indiapost.gov.in/Holidays.html");
	addICPSubMenu("AboutIndiapost","Links","http://www.indiapost.gov.in/Links.html");
        //Home
	addICPMenu("HomeMenu", "Home", "Indiapost Home","http://www.indiapost.gov.in/Index.html");
        //Find Pincode
	addICPMenu("FindPincode", "Find pincode", "Find Pincode","http://www.indiapost.gov.in/Pincode.html");

        //Tracking
	addICPMenu("Tracking", "Tracking", "","");
	addICPSubMenu("Tracking", "Delivery","http://www.indiapost.gov.in/_Track/Track.html");
	addICPSubMenu("Tracking", "Movement","http://www.indiapost.gov.in/speednet/Track2.html");


        //Register Complaint
	addICPMenu("Complaint", "Complaint", "","");
	addICPSubMenu("Complaint", "Registration","http://www.indiapost.gov.in/complaintregistration.asp");
	//addICPSubMenu("Complaint", "Speed Post","http://www.indiapost.gov.in/SpeedPost.asp");
	addICPSubMenu("Complaint", "Status","http://www.indiapost.gov.in/Status.html");
	//addICPSubMenu("Complaint", "Administrator","http://www.indiapost.gov.in/Administratorresponse.asp");

	//Mail Services
	addICPMenu("MailServices", "Mail Services", "","");
	addICPSubMenu("MailServices","Registration","http://www.indiapost.gov.in/Registration.html");
	addICPSubMenu("MailServices","Parcels","http://www.indiapost.gov.in/Parcel.html");
	addICPSubMenu("MailServices","Insurance","http://www.indiapost.gov.in/Insurance.html");
	addICPSubMenu("MailServices","Value Payable Article","http://www.indiapost.gov.in/ValuePayableArticles.html");
	addICPSubMenu("MailServices","Surface Air Lifted","http://www.indiapost.gov.in/SAL.html");

	//Financial Services
	addICPMenu("FinancialServices", "Financial Services", "","");
	addICPSubMenu("FinancialServices","Banking","http://www.indiapost.gov.in/Banking.html");
	addICPSubMenu("FinancialServices","Postal Life Insurance","http://www.indiapost.gov.in/PLI.html");
	addICPSubMenu("FinancialServices","Money Order","http://www.indiapost.gov.in/MO.html");
	addICPSubMenu("FinancialServices","intnl Money  Transfer","http://www.indiapost.gov.in/InternationalMoney.html");
	addICPSubMenu("FinancialServices","Mutual Funds","http://www.indiapost.gov.in/MutualFunds.html");
	addICPSubMenu("FinancialServices","Electronic Fund Transfer","http://www.indiapost.gov.in/ElectronicFundTransfer.html");
	addICPSubMenu("FinancialServices","Corporate Money Order","http://www.indiapost.gov.in/CorporateMO.html");
 
	//Premium Services
	addICPMenu("PremiumServices", "Premium Services", "","");
	addICPSubMenu("PremiumServices","Speed Post","http://www.indiapost.gov.in/SpeedPost.html");
	addICPSubMenu("PremiumServices","Express Parcel","http://www.indiapost.gov.in/ExpressParcel.html");
	addICPSubMenu("PremiumServices","Media Post","http://www.indiapost.gov.in/MediaPost.html");
	addICPSubMenu("PremiumServices","Greeting Post","http://www.indiapost.gov.in/GreetingPost.html");

}

