  <!--
  $(document).ready(function () {
    $("#conheceu").change(function () {
      if ($("#conheceu").val() == "") {
        $("#outros").show();
      } else {
        $("#outros").hide();
      }
    });
    
    $("#nw_nome, #nw_email").focus(function() {
      $(this).val("");
    });
    
    $("#sidebar-box div").hide();
    
    $("#menu-box img:not(.checked)").hover(function () {
      id = $(this).attr("id");
      $(this).attr("src", "images/"+id+".jpg");
    },  function()
   {
    if ($(this).hasClass("checked") == false) {
      id = $(this).attr("id");
      $(this).attr("src", "images/normal_"+id+".jpg");
    }
   }
);
    $("#depoimento-texto p").hide();
    $(".depoimentos-thumb").hide();
    $("#empresa-facil-thumb").show();
    $("#menu-box img").click(function () {
      $("#menu-box img").each(function () {
                $(this).attr("src", "images/normal_"+$(this).attr("id")+".jpg");
                $(this).removeClass();
              });
      $(this).attr("src", "images/"+$(this).attr("id")+".jpg");
      $(this).addClass("checked");
      $("#conteudo-box").removeClass();
      $("#sidebar-box div").hide();
      $("#depoimento-texto p").hide();
      $("#conteudo-box img").attr("src", "images/bg-"+$(this).attr("id")+".png");
      $("#sidebar-box #"+$(this).attr("id")+"-conteudo").show();
      $(".depoimentos-thumb").hide();
      $("#"+$(this).attr("id")+"-thumb").show();
      $("#"+$(this).attr("id")+"-depoimento").show();
    });
    
    lastBlock = "varejista";
    if (screen.width<=1024) {
      $("#site").addClass("wrap-geral1024");
      $("#geral").addClass("geral1024");
    } else {
      $("#site").removeClass("wrap-geral1024");
      $("#site").addClass("wrap-geral");
      $("#geral").removeClass("geral1024");
      $("#geral").addClass("geral");
    }
    $("#box-solucoes li:not(#box-solucoes li ul li)").hover(
      function(){
       id = $(this).attr("id");
	     $(this).animate({width: "500px"}, { queue:true, duration:400});

      }, 
      function() {
        $(this).animate({width: "80px"}, { queue:false, duration:400 });
      }
    );

  $("#sidebar-box #empresa-facil-conteudo, #empresa-facil-depoimento").show();
  $("#box-segmentos div").hide();
      $("#menu-box-segmentos img").click(function () {
      $("#menu-box-segmentos img").each(function () {
                $(this).attr("src", "images/"+$(this).attr("rel")+"/aba-"+$(this).attr("id")+"-a.jpg");
                $(this).removeClass();
              });
      $(this).attr("src", "images/"+$(this).attr("rel")+"/aba-"+$(this).attr("id")+".jpg");
      $(this).addClass("checked");
      $("#box-segmentos div").hide();
      $("#box-segmentos div").easySliderRemove();
      $("#box-segmentos div").easySlider1Remove();
      $("#box-segmentos #"+$(this).attr("id")+"-conteudo").show();
      $("#box-segmentos #"+$(this).attr("id")+"-conteudo *").show();
      $("#box-segmentos #"+$(this).attr("id")+"-fotos").easySlider({
      prevId: ''+$(this).attr("id")+'-voltar',
			nextId: ''+$(this).attr("id")+'-avancar',
      auto: false,
      continuous: false
      });
    });
      $("#menu-box-segmentos img:not(.checked)").hover(function () {
      id = $(this).attr("id");
      $(this).attr("src", "images/"+$(this).attr("rel")+"/aba-"+id+".jpg");
    },  function()
   {
    if ($(this).hasClass("checked") == false) {
      id = $(this).attr("id");
      $(this).attr("src", "images/"+$(this).attr("rel")+"/aba-"+id+"-a.jpg");
    }
   }
);
  $("#industrias-conteudo, #industrias-conteudo div").show();
  $("#prestadores-conteudo, #prestadores-conteudo div").show();
  $("#comvarejista-conteudo, #comvarejista-conteudo div").show();
  $("#atacado-conteudo, #atacado-conteudo div").show();
  $("#box-segmentos #comvarejista-fotos, #box-segmentos #atacado-fotos, #box-segmentos #industrias-fotos, #box-segmentos #prestadores-fotos").easySlider1({
      prevId: 'comvarejista-voltar',
			nextId: 'comvarejista-avancar',
      auto: true,
      continuous:		true
      });
      
  if (document.getElementById('menu-box-central')) {
       $("#box div:not(.wrap-central)").hide();
      $("#atualizacoes-box").show();
            $("#menu-box-central img").click(function () {
      $("#menu-box-central img").each(function () {
                $(this).attr("src", "images/centralclientes/"+$(this).attr("id")+"-baixa.jpg");
                $(this).removeClass();
              });
      $(this).attr("src", "images/centralclientes/"+$(this).attr("id")+"-alta.jpg");
      $(this).addClass("checked");
      $("#box div:not(.wrap-central)").hide();
      $("#"+$(this).attr("id")+"-box").show();
    });
    
    $("#menu-box-central img:not(.checked)").hover(function () {
      id = $(this).attr("id");
      $(this).attr("src", "images/centralclientes/"+id+"-alta.jpg");
    },  function()
   {
    if ($(this).hasClass("checked") == false) {
      id = $(this).attr("id");
       $(this).attr("src", "images/centralclientes/"+id+"-baixa.jpg");
    }
   }
);
  }
  
  
    if (document.getElementById('menu-box-nfe')) {
       $("#nfe-box div:not(.wrap-central)").hide();
      $("#notafiscal-box").show();
            $("#menu-box-nfe img").click(function () {
      $("#menu-box-nfe img").each(function () {
                $(this).attr("src", "images/"+$(this).attr("id")+"-baixa.jpg");
                $(this).removeClass();
              });
      $(this).attr("src", "images/"+$(this).attr("id")+"-alta.jpg");
      $(this).addClass("checked");
      $("#nfe-box div:not(.wrap-central)").hide();
      $("#"+$(this).attr("id")+"-box").show();
    });
    
    $("#menu-box-nfe img:not(.checked)").hover(function () {
      id = $(this).attr("id");
      $(this).attr("src", "images/"+id+"-alta.jpg");
    },  function()
   {
    if ($(this).hasClass("checked") == false) {
      id = $(this).attr("id");
       $(this).attr("src", "images/"+id+"-baixa.jpg");
    }
   }
);
  }
  
  
  
    if (document.getElementById('beneficios-menu')) {
       $("#beneficio-box div").hide();
      $("#filosofia-conteudo").show();
            $("#beneficios-menu img").click(function () {
      $("#beneficios-menu img").each(function () {
                $(this).attr("src", "images/"+$(this).attr("id")+".jpg");
                $(this).removeClass();
              });
      $(this).attr("src", "images/"+$(this).attr("id")+"-a.jpg");
      $(this).addClass("checked");
      $("#beneficio-box div").hide();
      $("#"+$(this).attr("id")+"-conteudo").show();
      $("#"+$(this).attr("id")+"-conteudo div").show();
    });
    
    $("#beneficios-menu img:not(.checked)").hover(function () {
      id = $(this).attr("id");
      $(this).attr("src", "images/"+id+"-a.jpg");
    },  function()
   {
    if ($(this).hasClass("checked") == false) {
      id = $(this).attr("id");
       $(this).attr("src", "images/"+id+".jpg");
    }
   }
);
  }
      
      
      
  });
  
  

  
  
  
  //-->
