function change_images(images_path)
{
    document.photoImage.src=images_path;
}
