Cufon.replace('h2');
Cufon.replace('#contato span');

$(document).ready(function () {
    if (window.innerHeight){ altura = window.innerHeight; largura = window.innerWidth; }
    else if (document.documentElement && document.documentElement.clientHeight) { altura = document.documentElement.clientHeight; largura = document.documentElement.clientWidth; }
    else if (document.body) { altura = document.body.clientHeight; largura = document.body.clientWidth; }
    document.getElementById("resultados").style.width = (largura - 65) + "px";
    
    $('p.last a').click(function() {
      $('#contato').show('slow');
    });
    
    $('.horizontal a').click(function() {
      $('.horizontal a').removeClass('linkover');
      $(this).addClass('linkover');
    });
    
    $('div.slideshow ul').cycle({ 
        fx:     'fade', 
        speed:  'fast', 
        timeout: 0, 
        next:   '.next', 
        prev:   '.prev' 
    });
          
    $.localScroll({ axis:'x' });
    $('#resultados ul li div').hide();
    $('#resultados ul li h3').click(function() {
            $('#resultados ul li div.longdesc').hide();
            $('#resultados ul li div.slideshow').hide('fast');
            $('#resultados ul li h3').removeClass('linkover');
            $(this).next('div.longdesc').show();
            $(this).next('div.longdesc').next().show('fast');    
            $(this).addClass('linkover'); 
    });
    
    $('#accor h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 87px'); });
    $('#arno h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 108px'); });
    $('#decathlon h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 129px'); });
    $('#elf h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 150px'); });
    $('#fnac h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 171px'); });
    $('#fototica h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 192px'); });
    $('#french h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 213px'); });
    $('#lvmh h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 234px'); });
    $('#mabe h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 255px'); });
    $('#marinex h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 276px'); });
    $('#omelhor h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 297px'); });
    $('#panex h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 318px'); });
    $('#crescendo h3').click(function() { $('#resultados ul.traco').css('background', 'url("images/768/traco.gif") no-repeat -40px 318px'); });	
    $('#entrada div').show();
});
