function doPrint(plaatje) {
	actietekst = "<br><center><span class='link'><a href='javascript: window.print()'>Pagina printen</a> | <a href='javascript: window.close()'>Venster sluiten</a></span></center>";
	actietekst = "<html><head><title>VOUCHER</title><base href='http://www.skieninnederland.nl/'><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><style type='text/css'>body {margin:0px; padding:0px;}.link a{color: #ed145b; font-family:'Myriad Pro'; text-decoration:none; margin-top:20px;}.link a:hover {text-decoration:none; color:#545c5e;}</style></head><body><img src='images/" + plaatje + "'>" + actietekst + "</body></html>";
	printWin = window.open('','','width=1240,height=856,scrollbars=yes,resizable=no,titlebar=0');
	_icstats.trackPageview('voucher');
	printWin.document.write(actietekst);
	printWin.document.close();
	printWin.print();
}