<script>
setTimeout(function(){ document.getElementById("download").disabled = false; }, 3000);
</script>