﻿// JScript File

//Set to include digital
function chkIncludeDigital_OnClick(chkIncludeDigitalID)
{    
    UMI.ITDI.CentralCatalogue.Atlas.SearchService.SetReleaseFormat(chkIncludeDigitalID.checked, OnSucceeded);
}

// This is the callback function
// that process the page method call 
// return value.
function OnSucceeded()
{

}
