function insert(l){
var linkje = l
document.getElementById('rec').innerHTML = l
}
function ini() {
document.getElementById('rec').innerHTML = "Update this table by clicking on a link in the left table"
}