﻿$(function() { 

});

function showText(link) {
    $(link).parent().find("span[class=longText]").show();
    $(link).hide(); 
}
