function img_change(url){

    document.getElementById("img_detail").src = url;

}