function DownloadBegin() {  
   RESULTS.innerHTML = "資料下載中..." 
   
}

function DownloadEnd() {  
   RESULTS.innerHTML = "資料下載完成!" 
}