function showFullDescription(id) {
    $('event_' + id).style.display = 'none';
    $('event_all_' + id).style.display = 'block';
}