﻿function downloadFile(idFile)
{   
    self.location.href = 'FileDownload.aspx?idFile='+ idFile;
}
