function print(){
w=window.open();
var obj = document.getElementById("moetgeprintworden");
w.document.write(obj.innerHTML);
w.print();
}
