<!--
function popfoto(url,winwidth,winheight)
{
mijnvenster=window.open(url,'Foto','titlebar=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+ winwidth +',height='+ winheight +',screenX=10,screenY=10,top=10,left=10');
}
-->
