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("#D8DFEE", "000080", "0093DD");
    // Customize toolbar background color
    setToolbarBGColor("#6987BC");
    // display ICP Banner
    //setICPBanner("Viewtek.gif","","Viewtek Home") ;
    //***** Add ICP menus *****
    //Home
    addICPMenu("MnuDiv", "Diviciones", "Menú del portal","IQC_Inicio.asp?PiTipo=0");
    addICPSubMenu("MnuDiv","<Img src='Icons/IQC_AgroQuim.ICO'    height='16' width='16' border='0'> Agrícola","IQC_Inicio.asp?PiTipo=1");
    addICPSubMenu("MnuDiv","<Img src='Icons/IQC_QuimInd.ICO' height='16' width='16' border='0'> Industrial","IQC_Inicio.asp?PiTipo=2");
    addICPSubMenu("MnuDiv","<Img src='Icons/IQC_Semillas.ICO'    height='16' width='16' border='0'> Semillas","IQC_Inicio.asp?PiTipo=3");
    addICPSubMenu("MnuDiv","<Img src='Icons/IQC_Urbanos.ICO' height='16' width='16' border='0'> Urbanos","IQC_Inicio.asp?PiTipo=4");
    //addICPSubMenuLine("HomeMenu");
    //addICPSubMenu("HomeMenu","<Img src='Icons/News.ICO'    height='16' width='16' border='0'> Noticias","Vie_Noticias.Asp");
    //Events & Training
    
    addICPMenu("MnuIns", "Institución", "","IQC_Inicio.asp?PiTipo=o");
    addICPSubMenu("MnuIns","<Img src='Icons/IQC_Logo01.ico'    height='16' width='16' border='0'>  Nuestra empresa","IQC_Inicio.asp?PiTipo=5");
    addICPSubMenu("MnuIns","<Img src='Img/IQC_Mision.jpg'    height='16' width='16' border='0'>  Misión","IQC_Inicio.asp?PiTipo=6");
    addICPSubMenu("MnuIns","<Img src='Img/IQC_Vision.jpg'    height='16' width='16' border='0'>  Visión","IQC_Inicio.asp?PiTipo=7");
    addICPSubMenu("MnuIns","<Img src='Img/IQC_Calidad.Bmp'    height='16' width='16' border='0'>  Política de Calidad","IQC_Inicio.asp?PiTipo=8");
    
    addICPMenu("MnuCon", "Contacto", "","IQC_Inicio.asp?PiTipo=9");
    addICPSubMenu("MnuCon","<Img src='Icons/IQC_Correo.ico'    height='16' width='16' border='0'>  Direcciones E-Mails","IQC_Inicio.asp?PiTipo=10");
    addICPSubMenu("MnuCon","<Img src='Icons/IQC_mapa.ICO'    height='16' width='16' border='0'>  Direcciones ","IQC_Inicio.asp?PiTipo=11");
}  

