function showText(id) {
    $('#m' + id).hide();
    $('#t' + id).addClass('show');
}