﻿/* Functions used in the AJAX Call Back Photo Gallery */
function selectImage(imageID)
{
    showLoader();
    AjaxImage.callback(imageID);
}
