function abreTelefones(){
	document.getElementById('nossos_telefones').style.display = "block";
}
function fechaTelefones(){
	document.getElementById('nossos_telefones').style.display = "none";
}
function apaga(){
	document.getElementById('thumb_hover1').style.display = "block";
}
function acende(){
	document.getElementById('thumb_hover1').style.display = "none";
}

function fechaNews(){
	document.getElementById('news_ampliada').style.display = "none";
}

function carregaFlash( pagina ){
document.getElementById('news_ampliada').style.display = "block";
document.getElementById('news_html').innerHTML = "<br>Aguarde, carregando informacoes...<br><br>";
$("#news_html").load(pagina);
} ;

function carregaEvento( pagina ){
document.getElementById('eventos_anteriores').innerHTML = "<br>Aguarde, carregando eventos.<br><br>";
$("#eventos_anteriores").load(pagina);
} ;

function VideoTube(video, descri){
	document.getElementById("player").innerHTML = '<object width="318" height="212"><param name="movie" value="http://www.youtube.com/v/'+video+'&hl=pt-br&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+video+'&hl=pt-br&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="318" height="212"></embed></object>';
		document.getElementById("descricao").innerHTML = '<p>'+descri+'</p>';
}
