$(document).ready(function(){ 
    $(document).pngFix(); 
}); 

function calendar( id )
{
    $('.calendar_table').each(function(){$(this).hide();});
    $('#month_' + id).show();
}

