$(document).ready(function() {
    
Cufon.replace('.desc h2, #notText h2,#h1_corantes_pigmentos_home', {
    textShadow: '#fff 2px 2px'
});
$().bind('cbox_open', function(){
    $('body').css({overflow:'hidden'});
}).bind('cbox_closed', function(){
    $('body').css({overflow:'auto'});
}); 

$(window).load(function() {
    var hcen = $(".colcent").height();
    var hdx =  $(".coldx").height();
    var hsx =  $(".colsx").height();
    var hdef = Math.max(Math.max(hcen,hdx),Math.max(hsx,hdx));
    $(".colsx, .coldx, .colcent").height(hdef);
})

						   })
