function inicio(){
document.location.href = '?pagina=inicio', 'target=_parent';
}

function agenda(){
document.location.href = '?pagina=agenda', 'target=_parent';
}

function fotos(){
document.location.href = '?pagina=fotos', 'target=_parent';
}

function videos(){
document.location.href = '?pagina=videos&cat', 'target=_parent';
}

function reflexoes(){
document.location.href = '?pagina=reflexoes', 'target=_parent';
}

function artistas(){
document.location.href = '?pagina=artistas', 'target=_parent';
}

function noticias(){
document.location.href = '?pagina=noticias', 'target=_parent';
}

function musicas(){
document.location.href = '?pagina=musicas', 'target=_parent';
}

function equipe(){
document.location.href = '?pagina=equipe', 'target=_parent';
}
function eventos(URL) {
var width = 900;
var height = 625;
var left = 0
var top = 0
window.open(URL,'Eventos','width='+width+', height='+height+', top='+top+', left='+left+', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, fullscreen=no');
}
