// JavaScript Document
function globalNavi_active(id){
    var target_a = "a#"+id;
    $(target_a).addClass("here");
}
