function bigbild(a,b,c)
{
	b = b + 20;
	c = c + 20;
	kvkpop = window.open('bildgross.php?' + a + '?' + b + '?' + c,'kvkpopp','toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no,scrollbars=yes,copyhistory=no,width=' + 10 + ',height=' + 10);
	kvkpop.focus();
}


function popup(url){pop = window.open(url,"kvk","status=no,toolbar=no,location=no,menu=no,screenX=10,screenY=10,width=470,height=380,resizable=yes,scrollbars=yes,dependent=yes");
 pop.focus();
}

