﻿function gallery_det(path,big){
    document.getElementById(big).src=path;
}

