<!--

        //LAAT GROTE LIGGENDE VERSIE ZIEN
                        function groteFoto(fotoPos){
 
                          newWindow=window.open("","Schoonmaakbedrijfbreddels","height=590,width=770,left=10,top=10");
                          newWindow.document.write('<html><head><title>Schoonmaakbedrijf Breddels</title><link href="../../css/paddingtonstation.css" rel="stylesheet" type="text/css" /></head>');
                          newWindow.document.write('<body bgcolor="#ccdff0">');
   		  newWindow.document.write('<img src="',fotoPos,'" class="omfoto">');
		  newWindow.document.write("</body></html>");
		  newWindow.document.close(); 
	    	  newWindow.focus();

                    }
 
  
 
// -->

