﻿// JScript File

AjaxLocation = '<%=this.ResolveUrl("~/__scripts/")%>';

function AJAXGallery() {
}

AJAXGallery.LoadPage = function(div, gallery_id, page) {
    document.getElementById(div).LoadComplete = null;
    XibAjax.LoadHtml(div, null, 'AJAX/galleryImages_cw.aspx?gallery_id=' + gallery_id + '&page=' + page + '&div=' + div + '&t=' + new Date().toUTCString());
}

AJAXGallery.LoadImage = function(loadimg, description) {
    document.getElementById('fullImage').src = loadimg;
}