function ShowLarge(image, path)
{
    document.getElementById("lrg_image_spot").src= path + image;
}