function load_image(img,imageName){
    $('#big_image').attr('src', img);
    //imageName.src=img;
}
