// SCROLL PROJETOS
$(document).ready(function() {

  // alert(''+$('#main img:last').hasClass('active')+'');
  var lastimage = $('#main img:last').attr('id');
  var opacitylastimage = $('#main img:last').hasClass('active');

  var tab_formations = $('#main img');
  for (var i = 0; i < tab_formations.length; i++) {
      alert(''+i+'');
  }

  var imagem1 = $('#main img:first').attr('src');
  $('#main img:last').after('<img src="'+imagem1+'">');

  $(".scrollable").scrollable({
                vertical: true,
                size: 5,
                clickable: true,
                hoverClass: '.hoverClass',
                activeClass: '.active'
          }).mousewheel();

               $('#main').scrollable({
                    size: 1,
                    nextPage: '.nextPage2',
                    prevPage: '.prevPage2',
                    clickable: false,
                    hoverClass: '.hoverClass2',
                    activeClass: '.active2'
                }).navigator({
                      naviItem: 'img',
                      navi: '.items'
                    });

          // Alpha das imagens
          $('img.thumbs').click(function(){
              idthumb = $(this).attr('id').split("_");
              var posicao = idthumb[1]-1;
              $('.galeria').removeClass('.galeriaatual').animate({opacity: 0.2}, {duration: 0});
              $('img#galeria_'+idthumb[1]+'').animate({opacity: 1}, {duration: 500});
            });

});


$(document).ready(function() {
  $('#thumbs_acontece img').click(function() {
      $('img#big').attr('src',''+$(this).attr('src').replace('/p/','/g/')+'');
  });

  $('.endlojas').click(function(){
    $('.endlojas').removeClass('itematual');
    $(this).addClass('itematual');
  });
});


function acontece(id) {
  $('#acontece1').hide();
  $('#acontece2').hide();
  $('#acontece3').hide();

  $('#acontece'+id+'').fadeIn('slow');

  $('.acontece').removeClass('atual');
  $('#menuacontece'+id+'').addClass('atual');acontece

}

function trocaloja(id) {
  var id = ''+id+'';
  $('#fotolojabig_').html("<img src='imagens_lojas/"+id+".jpg'>");
}

function trocamapa(id) {

  if(id == '1') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.000466087a3ac84dc774a&amp;ll=-23.514295,-46.615666&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '2') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.00046552b57f4497906c2&amp;ll=-23.561676,-46.68447&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '3') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.0004660864c349b602a08&amp;ll=-23.609079,-46.692088&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '4') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.000466087025976ee21f2&amp;ll=-23.562001,-46.684663&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '5') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.00046608285fbbe0e6320&amp;ll=-23.561548,-46.684299&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '6') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.0004660831929f76aa89e&amp;ll=-23.562878,-46.68657&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  if(id == '7') {
    mapa = '<iframe width="594" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=pt-BR&amp;msa=0&amp;msid=113468015751622061776.000466087a3ac84dc774a&amp;ll=-23.514295,-46.615666&amp;spn=0.013036,0.023024&amp;output=embed"></iframe>';
  }

  $('#fotolojabig_').html(""+mapa+"");
}





