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("#FFFFFF", "#00592D", "#E6C717");

	// Customize toolbar background color
	setToolbarBGColor("#00592D");

	
	//***** Add ICP menus *****
	//***** Add ICP menus *****
	
    //home
    addICPMenu("HomeMenu", "Home", "","/main.htm","_self");
		
	//Serviços
	addICPMenu("ServicosMenu", "Serviços", "","");
        addICPSubMenu("ServicosMenu","Calcular Frete","/bolsa.htm","_self");
        addICPSubMenu("ServicosMenu","Cotar Frete","/cadastro.htm","_self"); 
        addICPSubMenu("ServicosMenu","Cotar Produtos/Suprimentos","/cotaprod.htm","_self"); 
        addICPSubMenu("ServicosMenu","Acompanhar Cotação de Produtos","/logcota.htm","_self"); 
        addICPSubMenu("ServicosMenu","Login de Fornecedor","/logforn.htm","_self"); 
        addICPSubMenu("ServicosMenu","Leilão Peso-Pesado","/leilaopesados.htm","_self"); 
	
        addICPSubMenu("ServicosMenu","Tracking","/acompanhe.htm","_self");
        addICPSubMenu("ServicosMenu","Veículos Disponíveis","/selveic.htm","_self");
        addICPSubMenu("ServicosMenu","Busca Autônomos","/autonomos.htm","_self");
        addICPSubMenu("ServicosMenu","WebMail","/webmail.htm","_self");

	//Cadastros
	addICPMenu("CadMenu", "Cadastros","","");
        addICPSubMenu("CadMenu","Autônomo","/autonomos.htm","_self");
        addICPSubMenu("CadMenu","Transportadora","/empresas.htm","_self"); 
        addICPSubMenu("CadMenu","Fornecedor","/cadforn.htm","_self");
        addICPSubMenu("CadMenu","Veículo Disponível","/cadveic.htm","_self");
        addICPSubMenu("CadMenu","E-Mail Grátis","/email.htm","_self");
        addICPSubMenu("CadMenu","Eventos","/eventos.htm","_self");
        addICPSubMenu("CadMenu","Oferta de Emprego","/empregos.htm","_self");
        addICPSubMenu("CadMenu","Curriculum","/cadcurric.htm","_self");

	//Utilitarios
	addICPMenu("UtilMenu", "Utilitários", "","");
        addICPSubMenu("UtilMenu","Condições Rodoviárias","/condrod.htm","_self");
        addICPSubMenu("UtilMenu","Centro Técnico","/ctec.htm","_blank");
        addICPSubMenu("UtilMenu","Classificados","/classificados.htm","_self"); 
        addICPSubMenu("UtilMenu","Curriculum","/curriculos.htm","_self"); 
        addICPSubMenu("UtilMenu","Distância entre Cidades","/distancia.htm","_self"); 
        addICPSubMenu("UtilMenu","Empregos Disponíveis","/empregos.htm","_self"); 
        addICPSubMenu("UtilMenu","Eventos do Setor","/veeventos.htm","_blank"); 
        addICPSubMenu("UtilMenu","Guia de Ruas","/ruas.htm","_blank"); 
        addICPSubMenu("UtilMenu","Identificador de Localidades","/identloc.htm","_self");  
        addICPSubMenu("UtilMenu","Mapas Rodoviários","/maparod.htm","_self");  
        addICPSubMenu("UtilMenu","Multas de Trânsito","/multas.htm","_self"); 
        addICPSubMenu("UtilMenu","Pedágios","/pedagios.htm","_self"); 
        addICPSubMenu("UtilMenu","Roteirizador","/roteirizador.htm","_blank"); 

	//Sobre Nós
	addICPMenu("SobreMenu", "Sobre Nós", "","");
        addICPSubMenu("SobreMenu","Quem Somos?","/info.htm","_self");
        addICPSubMenu("SobreMenu","Sua Opinião","/avaliacao.htm","_self"); 
        addICPSubMenu("SobreMenu","Política de Privacidade","/politica.htm","_self");
        addICPSubMenu("SobreMenu","Envie sua Mensagem","mailto:transp@transp.com.br");
	
	//Faq
        addICPMenu("FaqMenu", "FAQ's","","/faq.htm","_self");
}