function navi_active(id){

    var target_a = "a#"+id;
    $(target_a).addClass("here");

}