function Venster(URL)
{
	try
	{
		venster = window.open(URL, 'MiniLeague.nl: Afdrukvoorbeeld', 'width=800, height=600, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
	}
	catch(e)
	{
		print();
	}
}
