// Hier komen alle overal gebruikte javascipts

function PrintWindow()
{
	window.print();
}

function CloseWindow()
{
	window.close();
}

