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","OurMission.htm");
	addICPSubMenu("AboutIndiapost","Citizen Charter","CitizensCharter.htm");
	addICPSubMenu("AboutIndiapost","Organisation","Organisation.htm");
        addICPSubMenu("AboutIndiapost","Book of Information","BookofInfo200405.xls");
	addICPSubMenu("AboutIndiapost","Annual Report Part-I","Part-I.doc");
	addICPSubMenu("AboutIndiapost","Annual Report Part-II","Part-II.doc");
	addICPSubMenu("AboutIndiapost","Right To Information Act","rticontents.htm");
	//addICPSubMenu("AboutIndiapost","Right To Information Act(PDF)","rti.pdf");
	//addICPSubMenu("AboutIndiapost","Right To Information Act(MS WORD)","rti.doc");
	addICPSubMenu("AboutIndiapost","Civil List","civillist.pdf");
	addICPSubMenu("AboutIndiapost","Monthly Receipts and Expenditure","SummaryofMonthlyReceipts.xls");
	addICPSubMenu("AboutIndiapost","Holidays","Holidays.htm");
	addICPSubMenu("AboutIndiapost","Links","Links.htm");
	addICPSubMenu("AboutIndiapost","Other Links","OtherLinks.htm");
        //Home
	addICPMenu("HomeMenu", "Home", "Indiapost Home","Index.htm");
        //Find Pincode
	addICPMenu("FindPincode", "Find pincode", "Find Pincode","Pincode.html");

        //Tracking
	addICPMenu("Tracking", "Tracking", "","");
	addICPSubMenu("Tracking", "Delivery","http://www.indiapost.gov.in/speednet/Track.htm");
	addICPSubMenu("Tracking", "Movement","http://www.indiapost.gov.in/speednet/Track2.htm");


        //Register Complaint
	addICPMenu("Complaint", "Complaint", "","");
	addICPSubMenu("Complaint", "Registration","complaintregistration.asp");
	//addICPSubMenu("Complaint", "Speed Post","SpeedPost.asp");
	addICPSubMenu("Complaint", "Status","Status.html");
	//addICPSubMenu("Complaint", "Administrator","Administratorresponse.asp");

	//Mail Services
	addICPMenu("MailServices", "Mail Services", "","");
	addICPSubMenu("MailServices","Registration","Registration.htm");
	addICPSubMenu("MailServices","Parcels","Parcel.htm");
	addICPSubMenu("MailServices","Insurance","Insurance.htm");
	addICPSubMenu("MailServices","Value Payable Article","ValuePayableArticles.htm");
	addICPSubMenu("MailServices","Surface Air Lifted","SAL.htm");
	addICPSubMenu("MailServices","National Test Letter Run","http://indiapost.gov.in/ntlr/welcome.htm");
	

	//Financial Services
	addICPMenu("FinancialServices", "Financial Services", "","");
	addICPSubMenu("FinancialServices","Banking","Banking.htm");
	addICPSubMenu("FinancialServices","Postal Life Insurance","PLI.htm");
	addICPSubMenu("FinancialServices","Money Order","MO.htm");
	addICPSubMenu("FinancialServices","Instant Money Order","imodetails.htm");
	addICPSubMenu("FinancialServices","intnl Money  Transfer","InternationalMoney.htm");
	addICPSubMenu("FinancialServices","Mutual Funds","MutualFunds.htm");
	addICPSubMenu("FinancialServices","Electronic Fund Transfer","ElectronicFundTransfer.htm");
	addICPSubMenu("FinancialServices","Corporate Money Order","CorporateMO.htm");
 
	//Premium Services
	addICPMenu("PremiumServices", "Premium Services", "","");
	addICPSubMenu("PremiumServices","Speed Post","SpeedPost.htm");
	addICPSubMenu("PremiumServices","Express Parcel","ExpressParcel.htm");
	addICPSubMenu("PremiumServices","e-Payment","ePayment.htm");
	addICPSubMenu("PremiumServices","Media Post","MediaPost.htm");
	addICPSubMenu("PremiumServices","Greeting Post","GreetingPost.htm");

}
