﻿// JScript File
function handleClaimFile(fileid) {    
 window.open('download_file.aspx?fileid='+fileid);
}
