function hideLoading() {
document.getElementById('loading').style.display = 'none';
}