<!--

        //LAAT GROTE VERSIE ZIEN


                        function groteFoto2(titel,fotoPos,tekst){
 
                        newWindow=window.open("","foto","height=730,width=1000,left=10,top=10,noresize");

                          newWindow.document.write("<html><head><title>",titel,"</title></head>");
                          newWindow.document.write("<body bgcolor=\"#000000\">");
                          newWindow.document.write('<table  width="990" height="720" border="0" cellspacing="0" cellpadding="0">');
                          newWindow.document.write('<tr><td width="980" height="710" align="center" valign="top">');
		  newWindow.document.write('<img src="',fotoPos,'" border=\"1\">');
                          newWindow.document.write('<br /><font color=\"#ffffff\" face=\"Verdana,Arial, Helvetica, sans-serif\" style=\"font-size : 11px\">',tekst,'</font></td></tr></table>');
		   newWindow.document.write("</body></html>");
		  newWindow.document.close(); 

	    	  newWindow.focus();



                    }
   

             // START
		function startmartin(){
                      window.open("index1.html","website",'fullscreen=yes,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,left=0,top=0,screenX=0,screenY=0,height='+screen.height+',width='+screen.width);
                     }



// -->
