function doit(){
if (!window.print){
alert("Helaas, uw browser ondersteunt deze print-functie niet.")
return
}
window.print()
}
