﻿function ShowRelease() {
    document.getElementById('showFotos').style.visibility = 'hidden';
    document.getElementById('showVideos').style.visibility = 'hidden';
    //document.getElementById('showFotos').style.display = 'inline';
    //document.getElementById('showFotos').style.overflowX = 'auto';
    document.getElementById('showTextos').style.visibility = 'visible';
    document.getElementById('showTextos').style.display = 'inline';
    document.getElementById('textoFotosSobre').style.visibility = 'hidden';
}

function ShowFotos() {
    document.getElementById('showFotos').style.visibility = 'visible';
    document.getElementById('showVideos').style.visibility = 'hidden';
    //document.getElementById('showFotos').style.display = 'inline';
    //document.getElementById('showFotos').style.overflowX = 'auto';        
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showTextos').style.display = 'none';
    document.getElementById('textoFotosSobre').style.visibility = 'visible';
    //document.getElementById('showVideos').style.visibility = 'visible';
}

function showVideos() {
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showFotos').style.visibility = 'hidden';
    document.getElementById('showVideos').style.visibility = 'visible';
    //document.getElementById('showFotos').style.display = 'inline';
    //document.getElementById('showFotos').style.overflowX = 'auto';        
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showTextos').style.display = 'none';
    document.getElementById('textoFotosSobre').style.visibility = 'hidden';

}
function showBio() {
    hideall();
    document.getElementById('showBio').style.visibility = 'visible';
}
function showCartazes() {
    hideall();
    document.getElementById('showCartazes').style.visibility = 'visible';
}
function showTeatro() {
    hideall();
    document.getElementById('showTeatro').style.visibility = 'visible';
}

function showClipping() {
    hideall();
    document.getElementById('showClipping').style.visibility = 'visible';
}

function showAgenda() {
    document.getElementById('showFotos').style.visibility = 'hidden';
    document.getElementById('showVideos').style.visibility = 'hidden';
    document.getElementById('showFotos').style.display = 'none';
    //document.getElementById('showFotos').style.overflowX = 'auto';
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showTextos').style.display = 'none';
    document.getElementById('textoFotosSobre').style.visibility = 'hidden';
    //    
    document.getElementById('showAgenda').style.visibility = 'visible';
    document.getElementById('showAgenda').style.display = 'inline';
    document.getElementById('showClipping').style.visibility = 'hidden';
    document.getElementById('showClipping').style.display = 'none';

}
function showClipping() {
    document.getElementById('showFotos').style.visibility = 'hidden';
    document.getElementById('showVideos').style.visibility = 'hidden';
    document.getElementById('showFotos').style.display = 'none';
    //document.getElementById('showFotos').style.overflowX = 'auto';
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showTextos').style.display = 'none';
    document.getElementById('textoFotosSobre').style.visibility = 'hidden';
    //
    document.getElementById('showAgenda').style.visibility = 'hidden';
    document.getElementById('showAgenda').style.display = 'none';
    document.getElementById('showClipping').style.visibility = 'visible';
    document.getElementById('showClipping').style.display = 'inline';

}

function hideall() {

    document.getElementById('showCartazes').style.visibility = 'hidden';
    document.getElementById('showTeatro').style.visibility = 'hidden';
    document.getElementById('showBio').style.visibility = 'hidden';
    document.getElementById('showTextos').style.visibility = 'hidden';
    document.getElementById('showFotos').style.visibility = 'hidden';
    document.getElementById('showVideos').style.visibility = 'hidden';
    document.getElementById('textoFotosSobre').style.visibility = 'hidden';
    document.getElementById('showAgenda').style.visibility = 'hidden';
    document.getElementById('showAgenda').style.visibility = 'showClipping';
}