function reload(obj) {
 var path = obj.src.replace('/min/', '/big/');
 var box = document.getElementById('img_box');
 box.src = path;
}
