<!--

        //LAAT GROTE VERSIE ZIEN
                        function groteFoto(titel,fotoPos){
 


     
                          newWindow=window.open("","foto","height=346,width=530,left=330,top=50,noresize");

                          newWindow.document.write("<html><head><title>",titel,"</title></head>");
                          newWindow.document.write("<body bgcolor=\"#ffffff\">");
                          newWindow.document.write('<table  width="510" height="330" border="0" cellspacing="0" cellpadding="0">');
                          newWindow.document.write('<tr><td width="490" height="309" align="center" valign="middle">');
		  newWindow.document.write('<img src="',fotoPos,'">');
                          newWindow.document.write('</td></tr></table>');
		   newWindow.document.write("</body></html>");
		  newWindow.document.close(); 

	    	  newWindow.focus();



                    }
 
   
// -->

