function dopopup(img)
{
	newwindow = window.open('','','width=326,height=470');
	newwindow.document.open();
	newwindow.document.write('<html><body><img src="' + img + '" alt="ISO-9001 Certificaat"></body></html>');
	newwindow.document.close();
}


