function gesh_toggle(id) {
    jQuery("#gesh-link-" + id).slideToggle("normal");
}
