$(document).ready(function() {

    var url = document.URL;
    var idioma = "es";

    if (url.indexOf('en/') != -1 || url.indexOf('pt/') != -1){
    //        alert('agregar atributo padding left: 150px');
    //        $('#tabla_menu_principal').css('padding-left', '150px')
    }

    if (url.indexOf('en/') != -1){
        idioma = "en";
    }else if (url.indexOf('pt/') != -1){
        idioma = "pt";
    }

    // Elementos de Menu

    $('#img_menu_empresa').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/empresa_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/empresa_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/history' || url == http_path+'page/institutional' || url == http_path+'page/politics' || url == http_path+'page/model' || url == http_path+'page/vision'){
                $(this).attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/empresa_off_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/empresa_off_'+idioma+'.jpg');
            }
        })
    $('#img_menu_productos').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/productos_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/productos_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/products'){
                $(this).attr('src', '../../media/img/front/productos_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/productos_on_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/productos_off_'+idioma+'.jpg');
            }
        })
    $('#img_menu_novedades').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/novedades_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/novedades_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/news'){
                $(this).attr('src', '../../media/img/front/novedades_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/novedades_off_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/novedades_off_'+idioma+'.jpg');
            }
        })
    $('#img_menu_comercio').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/comercio_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/comercio_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/commerce'){
                $(this).attr('src', '../../media/img/front/comercio_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/comercio_off_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/comercio_off_'+idioma+'.jpg');
            }
        })
    $('#img_menu_representantes').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/representantes_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/representantes_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/representatives'){
                $(this).attr('src', '../../media/img/front/representantes_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/representantes_off_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/representantes_off_'+idioma+'.jpg');
            }
        })
    $('#img_menu_contacto').hover(
        function(){
            if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/contacto_over_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/contacto_over_'+idioma+'.jpg');
            }
        },
        function(){
            if (url == http_path+'page/contact'){
                $(this).attr('src', '../../media/img/front/contacto_on_'+idioma+'.jpg');
            }else if (url.indexOf('cat:') != -1){
                $(this).attr('src', '../../../media/img/front/contacto_off_'+idioma+'.jpg');
            }else{
                $(this).attr('src', '../../media/img/front/contacto_off_'+idioma+'.jpg');
            }
        })

    if (url == http_path+'page/history'){
        $('#img_menu_empresa').attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
        $('#flechita_his').css('visibility', 'visible');
        $('#link_his').css('color', '#666666');
    }
    if (url == http_path+'page/institutional'){
        $('#img_menu_empresa').attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
        $('#flechita_ins').css('visibility', 'visible');
        $('#link_ins').css('color', '#666666');
    }
    if (url == http_path+'page/politics'){
        $('#img_menu_empresa').attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
        $('#flechita_pol').css('visibility', 'visible');
        $('#link_pol').css('color', '#666666');
    }
    if (url == http_path+'page/vision'){
        $('#img_menu_empresa').attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
        $('#flechita_vis').css('visibility', 'visible');
        $('#link_vis').css('color', '#666666');
    }
    if (url == http_path+'page/model'){
        $('#img_menu_empresa').attr('src', '../../media/img/front/empresa_on_'+idioma+'.jpg');
        $('#flechita_mod').css('visibility', 'visible');
        $('#link_mod').css('color', '#666666');
    }
    if (url == http_path+'page/products'){
        $('#img_menu_productos').attr('src', '../../media/img/front/productos_on_'+idioma+'.jpg');
    }
    if (url.indexOf('cat:') != -1){
        $('#img_menu_productos').attr('src', '../../../media/img/front/productos_on_'+idioma+'.jpg');
    }
    if (url == http_path+'page/news'){
        $('#img_menu_novedades').attr('src', '../../media/img/front/novedades_on_'+idioma+'.jpg');
    }
    if (url == http_path+'page/commerce'){
        $('#img_menu_comercio').attr('src', '../../media/img/front/comercio_on_'+idioma+'.jpg');
    }
    if (url == http_path+'page/representatives'){
        $('#img_menu_representantes').attr('src', '../../media/img/front/representantes_on.jpg');
    }
    if (url == http_path+'page/contact'){
        $('#img_menu_contacto').attr('src', '../../media/img/front/contacto_on_'+idioma+'.jpg');
    }

    // evitar seleccion de texto

    var element = $('#products_col_der')
    if (element != null){
        element.onselectstart = function () {
            return false;
        } // ie
        element.onmousedown = function () {
            return false;
        } // firefox
    }

});