function ativaDiv (){
setTimeout("mostraDiv()",1000);
}


function mostraDiv (){
document.getElementById("video_5sec").style.display="block";
}