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("#42167B", "#FFFFFF", "#99CCFF");

	// Customize toolbar background color
	setToolbarBGColor("#ffffff");

	// display ICP Banner
	setICPBanner("/mpsc/electric/header2/elec1.jpg","http://www.michigan.gov/mpsc/0,1607,7-159-16377---,00.html","Electricity") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu","MPSC Themes","","http://www.michigan.gov/mpsc/");
	addICPSubMenu("HomeMenu","Communications","http://www.michigan.gov/mpsc/0,1607,7-159-16372---,00.html");
	addICPSubMenu("HomeMenu","Electricity","http://www.michigan.gov/mpsc/0,1607,7-159-16377---,00.html");
	addICPSubMenu("HomeMenu","Motor Carrier ","http://www.michigan.gov/mpsc/0,1607,7-159-16397---,00.html");
	addICPSubMenu("HomeMenu","Natural Gas ","http://www.michigan.gov/mpsc/0,1607,7-159-16385---,00.html");		
	addICPSubMenu("HomeMenu","Petroleum ","http://www.michigan.gov/mpsc/0,1607,7-159-16389---,00.html");
	addICPSubMenu("HomeMenu","Renewable Energy ","http://www.michigan.gov/mpsc/0,1607,7-159-16393---,00.html");	

	
	addICPMenu("Choice","Customer Choice","","http://www.michigan.gov/electricchoice");
	addICPSubMenu("Choice","Consumers Energy ","http://www.consumersenergy.com/welcome.htm?./eninfo/index.asp?SS1ID=354");
	addICPSubMenu("Choice","Detroit Edison ","http://my.dteenergy.com/home/choice/electricChoice.html");
	addICPSubMenu("Choice","Alternative Suppliers ","/mpsc/electric/restruct/esp/");
	addICPSubMenu("Choice","FAQ ","/mpsc/electric/restruct/faq/faq.htm");
	
	addICPMenu("Pricing Information", "Electricity Pricing Info","","http://www.michigan.gov/mpsc/0,1607,7-159-16377-115189--,00.html");
	addICPSubMenu("Pricing Information","Residential Bills <br>&nbsp;&nbsp;&nbsp; Comparison ","/mpsc/electric/download/rates2.pdf"); 
	addICPSubMenu("Pricing Information","Rate Book ","/mpsc/electric/tariff.htm"); 
	
	addICPMenu("Utility Information", "Utility Information","","http://www.mi.gov/mpsc/0,1607,7-159-16377---,00.html"); 
	addICPSubMenu("Utility Information","Service Area Maps ","/mpsc/electric/map.htm"); 
	addICPSubMenu("Utility Information"," - by City/Town ","/cgi-bin/mpsc/electric-gas-list.cgi"); 
	addICPSubMenu("Utility Information"," - by Township/Cty ","/cgi-bin/mpsc/electric-gas-townships.cgi"); 
	addICPSubMenu("Utility Information","Utility Contacts ",""); 
	addICPSubMenu("Utility Information","&nbsp;-&nbsp;Investor Owned ","/mpsc/electric/address.htm#InvestorOwnedUtilities"); 
	addICPSubMenu("Utility Information","&nbsp;-&nbsp;Cooperatives ","/mpsc/electric/address.htm#CooperativeUtilities"); 
	addICPSubMenu("Utility Information","&nbsp;-&nbsp;Municipal ","/mpsc/electric/address.htm#MunicipalUtilities"); 
	
	addICPMenu("Statutes and Rules","Statutes and Rules","","http://www.michigan.gov/mpsc/0,1607,7-159-16377_17104---,00.html"); 
	addICPSubMenu("Statutes and Rules","MI Compiled Laws ","http://www.michiganlegislature.org/law/mileg.asp?page=getobject&objName=mcl-chap460"); 
	addICPSubMenu("Statutes and Rules","Rules and Guidelines ","/mpsc/orders/rules/"); 
	addICPSubMenu("Statutes and Rules","Consumer Standards ","http://www.state.mi.us/orr/emi/admincode.asp?AdminCode=Single&Admin_Num=46002101&Dpt=CI&RngHigh="); 
	addICPSubMenu("Statutes and Rules","Services Provided by <br>&nbsp;&nbsp;&nbsp; Utilities","http://www.state.mi.us/orr/emi/admincode.asp?AdminCode=Single&Admin_Num=46003101&Dpt=CI&RngHigh=");
		
	
}

