$(document).ready(function(){
    $('.top_present, .top_present .present, .top_present .present .title').corner("bottom 8px");
    Cufon.replace('#menu, h1, table h2', {textShadow: '1px 1px black'});
    $("ul.gallery li a").fancybox();
    $('.top_present .present .title').hide();
    $('.top_present').hover(function(){
        $('.top_present .present .title').show('fast');
    }, function() {
        $('.top_present .present .title').hide('fast');
    });

    $('#content_page table td').css('display', 'block');
    $('#content_page table td:first h2').css('display', 'none');
});
