function mutat(tablaid) {
$("#ret"+tablaid).slideDown("slow");
}

function elrejt(tablaid) {
$("#ret"+tablaid).slideUp("slow");
}
