﻿function load_image(i) {

    //alert(photos[i]);
   
        document.images.large_image.src = i;
    }



