function OpenFoto(imagesrc,titel,tekst) {
popwin=window.open("","","width=590,height=510")
popwin.document.open()
popwin.document.write('<TITLE>In de Vrede -- '+titel+'</TITLE><BODY bgcolor="#336600"><div align=center><IMG SRC='+imagesrc+' ALT=Foto><br>'+tekst+'<br><br><input type=button value=Sluiten onclick=javascript:window.close()></div></BODY></HTML>')
popwin.document.close()
}