function showMessage(block) {
    $('#' + block).fadeIn('slow');
}
