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("#000099", "#FFFFFF", "yellow");

	// Customize toolbar background color
	setToolbarBGColor("#ffffff");

	// display ICP Banner
	setICPBanner("/mpsc/gas/header2/gas1.jpg","http://www.michigan.gov/mpsc/0,1607,7-159-16385---,00.html","Natural Gas") ;

	//***** 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/natgaschoice");
	addICPSubMenu("Choice","Consumers Energy","/mpsc/gas/choicece.htm");	addICPSubMenu("Choice","MichCon","/mpsc/gas/choicemc.htm");	addICPSubMenu("Choice","Michigan Gas Utilities","/mpsc/gas/choicemg.htm");addICPSubMenu("Choice","SEMCO","/mpsc/gas/choicese.htm");	addICPSubMenu("Choice","Licensed Suppliers","/mpsc/gas/choiceaddress.htm");	addICPSubMenu("Choice","Standards of Conduct","/mpsc/gas/standofcon.htm");	
	addICPMenu("Utility Information", "Utility Information","","/mpsc/gas/about4.htm");
	addICPSubMenu("Utility Information", "Pricing Information","http://www.michigan.gov/mpsc/0,1607,7-159-16385-41446--,00.html");
	addICPSubMenu("Utility Information","Rates","/mpsc/gas/rates/rates7.htm");	addICPSubMenu("Utility Information","Rate Books","http://www.michigan.gov/mpsc/0,1607,7-159-16385-110722--,00.html");	addICPSubMenu("Utility Information","Frequent Questions","/mpsc/gas/faqgas1.htm");
	addICPSubMenu("Utility Information","Contacts","/mpsc/gas/address.htm");	addICPSubMenu("Utility Information","Service Area Map","/mpsc/gas/servarea.htm");
	addICPSubMenu("Utility Information"," -By City/Town","/cgi-bin/mpsc/electric-gas-list.cgi");
	addICPSubMenu("Utility Information"," -By Twp/County","/cgi-bin/mpsc/electric-gas-townships.cgi");
	addICPSubMenu("Utility Information","Cust Attachment Programs","/mpsc/gas/capprog.htm");
	addICPMenu("Related Information","Related Information","","/mpsc/gas/about1.htm");
	addICPSubMenu("Related Information","About Utilities","/mpsc/gas/about4.htm");
	addICPSubMenu("Related Information","About Transmission","/mpsc/gas/about2.htm");
	addICPSubMenu("Related Information"," - Contacts","/mpsc/gas/pllinks.htm");
	addICPSubMenu("Related Information","About Storage","/mpsc/gas/about3.htm");
	addICPSubMenu("Related Information","Production Reports","/mpsc/gas/prodrpts.htm");
	addICPSubMenu("Related Information","Maps","/mpsc/gas/gasmaps.htm");		addICPSubMenu("Related Information","Organizations","/mpsc/gas/morelnks.htm");	addICPSubMenu("Related Information","Market Data ","/mpsc/gas/about5.htm");
	addICPSubMenu("Related Information","Utility Transportation Programs History","/mpsc/gas/tranhst1.htm");
	addICPMenu("About","About","","http://www.michigan.gov/mpsc/0,1607,7-159-16385---,00.html");	addICPSubMenu("About","Inquire,Complain","http://www.michigan.gov/mpsc/0,1607,7-159-16368_16506---,00.html");
	addICPSubMenu("About","Contact Staff","/mpsc/about/phone.htm");
	addICPSubMenu("About","Gas Orders","/mpsc/orders/gas/");	addICPSubMenu("About","Annual Report","/mpsc/reports/annual/2003/index.htm");
	addICPSubMenu("About","Electronic Filings","http://efile.mpsc.cis.state.mi.us/efile/gas.html");
}
