function shx_change_main_img(thumb_img,img_name)
{
thumb_img.parentNode.parentNode.firstElementChild.firstElementChild.href = "images/shx/"+img_name+".jpg";
thumb_img.parentNode.parentNode.firstElementChild.firstElementChild.firstElementChild.src = "images/shx/"+img_name+"_thumb.jpg";
}
