
<!--
function imageLoad() {
    if (document.images) {
		
        img1 = new Image(); img1.src = "photos/1a.jpg";
        img2 = new Image(); img2.src = "photos/1b.jpg";
	    img3 = new Image(); img3.src = "photos/1c.jpg";
		img4 = new Image(); img4.src = "photos/1d.jpg";
		img5 = new Image(); img1.src = "photos/2a.jpg";
        img6 = new Image(); img2.src = "photos/2b.jpg";
	    img7 = new Image(); img3.src = "photos/2c.jpg";
		img8 = new Image(); img4.src = "photos/2d.jpg";
		img9 = new Image(); img1.src = "photos/3a.jpg";
        img10 = new Image(); img2.src = "photos/3b.jpg";
	    img11 = new Image(); img3.src = "photos/3c.jpg";
		img12 = new Image(); img4.src = "photos/3d.jpg";
		img13 = new Image(); img1.src = "photos/4a.jpg";
        img14 = new Image(); img2.src = "photos/4b.jpg";
	    img15 = new Image(); img3.src = "photos/4c.jpg";
		img16 = new Image(); img4.src = "photos/4d.jpg";
		img17 = new Image(); img1.src = "photos/5a.jpg";
        img18 = new Image(); img2.src = "photos/5b.jpg";
	    img19 = new Image(); img3.src = "photos/5c.jpg";
		img20 = new Image(); img4.src = "photos/5d.jpg"; 
			 
    }
}
// -->

