function showSeconds() {
    if(!Timeout) {
        document.getElementById('download_button').style.display='block';
        clearInterval(interval);
        exit();
    }
    document.getElementById('download_seconds').innerHTML = --Timeout;
}