function show_helps(t){
    $('.helps_r_child').css("display","none");
    $('#helps_'+t).css("display","block");
    $('#helps_l a').css("font-weight","normal");
    $('#helps_l a').eq(t-1).css("font-weight","bold");
    return false; 
}