<!-- //verberg script
//print functie

var browser="NOTOK";
var sAgent = navigator.userAgent;
var t1 = sAgent.indexOf("Mac") > -1;
var t10 = sAgent.indexOf("MSIE") > -1;
var t11 = sAgent.indexOf("IE 3") > -1;
var t101 = sAgent.indexOf("IE 4") > -1;
var t110 = sAgent.indexOf("IE 5")  > -1;
var t111 = sAgent.indexOf("Mozilla") > -1 && !t10;

function afdruk()
{
	if (t110)
	{window.print()}
	else if (t111)
	{window.print()}
	else
	{window.alert("Use the standard Print function instead please as this function doesn't work in this configuration / Gebruik de print functie \nvan uw browser om de \npagina uit te printen.\nBijvoorbeeld de rechter \nmuisknop en afdrukken.")}
}

//stop met verbergen -->
