function mostratab01(){
    tab01on.style.display='none';
    tab01off.style.display='block';
    conteudo01.style.display='block';
    
    tab02on.style.display='none';
    tab02off.style.display='block';
    conteudo02.style.display='none';
    
    tab03on.style.display='none';
    tab03off.style.display='block';
    conteudo03.style.display='none';
    
    tab04on.style.display='none';
    tab04off.style.display='block';
    conteudo04.style.display='none';
}

function mostratab02(){
    tab01on.style.display='block';
    tab01off.style.display='none';
    conteudo01.style.display='none';
    
    tab02on.style.display='block';
    tab02off.style.display='none';
    conteudo02.style.display='block';
    
    tab03on.style.display='none';
    tab03off.style.display='block';
    conteudo03.style.display='none';
    
    tab04on.style.display='none';
    tab04off.style.display='block';
    conteudo04.style.display='none';
}

function mostratab03(){
    tab01on.style.display='block';
    tab01off.style.display='none';
    conteudo01.style.display='none';
    
    tab02on.style.display='none';
    tab02off.style.display='block';
    conteudo02.style.display='none';
    
    tab03on.style.display='block';
    tab03off.style.display='none';
    conteudo03.style.display='block';
    
    tab04on.style.display='none';
    tab04off.style.display='block';
    conteudo04.style.display='none';
}

function mostratab04(){
    tab01on.style.display='block';
    tab01off.style.display='none';
    conteudo01.style.display='none';
    
    tab02on.style.display='none';
    tab02off.style.display='block';
    conteudo02.style.display='none';
    
    tab03on.style.display='none';
    tab03off.style.display='block';
    conteudo03.style.display='none';
    
    tab04on.style.display='block';
    tab04off.style.display='none';
    conteudo04.style.display='block';
}
function abreRoseta(alturaDivMax) {
    document.getElementById("contentFlash").style.height = alturaDivMax+'px';
}
function fechaRoseta() {
    document.getElementById("contentFlash").style.height = 200+'px';
}