﻿function printIt(){
    if (confirm("Druk op OK om deze pagina af te drukken.")) {window.print()};
}

