function openInPopup(url)
{
	window.open(url,'afbeelding','width=500,height=300,scrollbars=no,toolbar=no,location=no,resizable=no,screenX=100,screenX=100');
	return false;
}