﻿function afdrukken(){
	window.printFrame.focus();
	window.printFrame.print();
}
