//MENU DA PÁGINA
function a_radio(){
	if(document.getElementById('Layer_ARadio').style.visibility == '' || document.getElementById('Layer_ARadio').style.visibility == 'hidden'){
		document.getElementById('Layer_ARadio').style.visibility = 'visible';
		document.getElementById('Layer_Eventos').style.visibility = 'hidden';
		document.getElementById('Layer_Comercial').style.visibility = 'hidden';
	}
	else{
		if(document.getElementById('Layer_ARadio').style.visibility == 'visible'){
			document.getElementById('Layer_ARadio').style.visibility = 'hidden';
		}
	}
}

function historia(){document.location.href='Historia.asp';}
function equipe(){document.location.href='NossaEquipe.asp';}
function locutores(){document.location.href='Locutores.asp';}
function audiencia(){document.location.href='Audiencia.asp';}


function programas(){document.location.href='Programas.asp';}

function promo(){document.location.href='Promocoes.asp';}

function not_97(){document.location.href='Noticias_Lista.asp';}

function eventos(){
	if(document.getElementById('Layer_Eventos').style.visibility == '' || document.getElementById('Layer_Eventos').style.visibility == 'hidden'){
		document.getElementById('Layer_Eventos').style.visibility = 'visible';
		document.getElementById('Layer_ARadio').style.visibility = 'hidden';
		document.getElementById('Layer_Comercial').style.visibility = 'hidden';
	}
	else{
		if(document.getElementById('Layer_Eventos').style.visibility == 'visible'){
			document.getElementById('Layer_Eventos').style.visibility = 'hidden';
		}
	}
}

function festas(){document.location.href='Eventos.asp';}
function cartoes(){document.location.href='Cartoes.asp';}
function fotos_galera(){
	abre = window.open('Galeria/Index.asp', 'GaleriaDeFotos', ' location=no,titlebar=no,directories=no,height=480,width=700');
	abre.focus();
}

function anuncie_evento(){document.location.href='Anuncie_Seu_Evento.asp';}


function mural(){document.location.href='Mural.asp';}
function Abrir_Mural(){
	abre = window.open('Mural/Index.asp', 'Mural', 'location=no,titlebar=no,directories=no,scrollbars=no,statusbar=no,height=260,width=320');
	abre.focus()
}


function comercial(){
	if(document.getElementById('Layer_Comercial').style.visibility == '' || document.getElementById('Layer_Comercial').style.visibility == 'hidden'){
		document.getElementById('Layer_Comercial').style.visibility = 'visible';
		document.getElementById('Layer_Eventos').style.visibility = 'hidden';
		document.getElementById('Layer_ARadio').style.visibility = 'hidden';
	}
	else{
		if(document.getElementById('Layer_Comercial').style.visibility == 'visible'){
			document.getElementById('Layer_Comercial').style.visibility = 'hidden';
		}
	}	
}


function anuncie_radio(){document.location.href='Anuncie_Radio.asp';}
function anuncie_site(){document.location.href='Anuncie_Site.asp';}
function contato(){document.location.href='Contato_Comercial.asp';}

function fale(){document.location.href='faleConosco.asp';}



