function gNav_active(id){

var target_a = "a#"+id;
    $(target_a).addClass("stay");

}

