//LINKS GERAIS
function orquestra() {
	location.href = 'orquestra/index.php'; 
}
function programas() {
	location.href = 'programas/matinal_erudita.php'; 
}





//ORQUESTRA
function regencia() {
	location.href = 'orquestra/regencia_e_direcao_artistica.php'; 
}
function maestro() {
	location.href = 'orquestra/maestro_eleazar_de_carvalho.php'; 
}
function ficha() {
	location.href = 'orquestra/ficha_tecnica.php'; 
}
function relatorio() {
	location.href = '#'; 
}

//PROGRAMAS
function matinal() {
	location.href = 'programas/matinal_erudita.php'; 
}
function concertos_cidades() {
	location.href = 'programas/concerto_nas_cidades.php'; 
}
function concerto_solidario() {
	location.href = 'programas/concerto_solidario.php'; 
}
function concertos_universitarios() {
	location.href = 'programas/concertos_universitarios.php'; 
}
function ensaio() {
	location.href = 'programas/ensaio_aberto.php';
}
function grandes() {
	location.href = 'programas/grandes_concertos.php';
}

//PARCEIROS
function parceiros() {
	location.href = 'parceiros/index.php'; 
}

//NOTÍCIAS
function noticias() {
	location.href = 'http://www.secult.ce.gov.br/';
	location.target = '_blank';
}


//CONTATO
function contato() {
	location.href = 'contato/index.php'; 
}

//AGENDA
function agenda() {
	location.href = 'agenda/index.php'; 
}

//GRUPOS DE CÂMARA
function grupos() {
	location.href = 'grupos_de_camara/index.php'; 
}
