function go_anchor(n){
document.getElementById("kolom1").scrollTop = document.getElementById(n).offsetTop
}
