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("banner3.png","","Kovaipost")
	//***** Add ICP menus *****
	//About Indiapost
	//addICPMenu("AboutKovaipost", "About Kovaipost", "","");
	//addICPSubMenu("AboutKovaipost","Organisation","Organisation.html");
	//addICPSubMenu("AboutKovaipost","Holidays","Holidays.html");
	//addICPSubMenu("AboutKovaipost","Links","Links.html");
        //Home
	//addICPMenu("HomeMenu", "Home", "Kovaipost Home","WRCBE.htm");
        //Find Pincode
	//addICPMenu("FindPincode", "Find pincode", "Find Pincode","http://www.indiapost.gov.in/Pincode.html");

        //Tracking
	addICPMenu("Customer","Customer Care"+ "&nbsp;&nbsp;&nbsp;", "","");
	addICPSubMenu("Customer", "Tracking Speedpost  Delivery","http://www.indiapost.gov.in/_Track/Track.html","_blank");
	addICPSubMenu("Customer", "Speedpost Movement","http://www.indiapost.gov.in/speednew/track2.htm","_blank");
	addICPSubMenu("Customer", "Complaint Registration","http://www.indiapost.gov.in/complaintregistration.asp","_blank");
	addICPSubMenu("Customer", "Complaint Status","http://www.indiapost.gov.in/Status.html","_blank");
	addICPSubMenu("Customer", "Postage Calculator","http://www.indiapost.gov.in/Postagecalculator.html","_blank");
	addICPSubMenu("Customer", "Find Pincode","http://www.indiapost.gov.in/Pin/pinsearch.aspx","_blank");
	addICPSubMenu("Customer", "Citizen's charter","citizen charter.htm","_blank");
	
	//Mail Services
	addICPMenu("MailServices", "&nbsp;&nbsp;&nbsp;" +"Mail Services"+ "&nbsp;&nbsp;&nbsp;", "","");
	addICPSubMenu("MailServices","Registration","Registration.htm");
	addICPSubMenu("MailServices","Parcels","Parcel.htm");
	addICPSubMenu("MailServices","Insurance","Insurance.htm");
	addICPSubMenu("MailServices","Value Payable Article","VP.htm");
	addICPSubMenu("MailServices","Surface Air Lifted","SAL.htm");

	//Financial Services
	addICPMenu("FinancialServices", "&nbsp;&nbsp;&nbsp;" + " Financial Services" + "&nbsp;&nbsp;&nbsp;", "","");
	addICPSubMenu("FinancialServices","Banking","Banking.htm");
	addICPSubMenu("FinancialServices","Postal Life Insurance","PLI.htm");
	addICPSubMenu("FinancialServices","Rural Postal Life Insurance","schemes.htm");
	addICPSubMenu("FinancialServices","Money Order","MO.htm");
	addICPSubMenu("FinancialServices","International Money Transfer","IMT.htm");
	addICPSubMenu("FinancialServices","Mutual Funds","Mutual Funds.htm");
	
	
	//Premium Services
	addICPMenu("PremiumServices","&nbsp;&nbsp;&nbsp;" + "Premium Services"+ "&nbsp;&nbsp;&nbsp;", "","");
	addICPSubMenu("PremiumServices","Speed Post","Speed Post.htm");
	addICPSubMenu("PremiumServices","Express Parcel","Express Parcel.htm");
	addICPSubMenu("PremiumServices","Media Post","Media Post.htm");
	addICPSubMenu("PremiumServices","Greeting Post","Greeting Post.htm");
	addICPSubMenu("PremiumServices","ePost","http://www.indiapost.gov.in/ePost.html");
	addICPSubMenu("PremiumServices","eBillPost","eBill.htm");

	//Links
	addICPMenu("Links","&nbsp;&nbsp;&nbsp;" + "Links"+ "&nbsp;&nbsp;&nbsp;", "","");
	addICPSubMenu("Links","India Post","http://www.indiapost.gov.in");
	addICPSubMenu("Links","Tamilnadu Post","http://www.tamilnadupost.nic.in");
	addICPSubMenu("Links","Chennai Post","http://www.chennaipost.gov.in");
	addICPSubMenu("Links","Trichy Post","http://www.trichypost.in");
	addICPSubMenu("Links","PTC, Mysore","http://www.ptcinfo.org");

addICPMenu("Philately","&nbsp;&nbsp;&nbsp;" + "Philately"+ "&nbsp;&nbsp;&nbsp;", "Philately","philately.htm");
addICPMenu("Home", "&nbsp;&nbsp;&nbsp;" +"Home"+ "&nbsp;&nbsp;&nbsp;", "Home","REGIONAL.html");


}

