function aan(cid){
document.getElementById(cid).style.display="inline"}
function uit(cid){
document.getElementById(cid).style.display="none"}