function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_controlShockwave(objStr,x,cmdName,frameNum) { //v3.0
  var obj=MM_findObj(objStr);
  if (obj) eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')+')');
}


function abreCobertura(tipo,id) {
	window.open('popCobertura.php?tipo='+tipo+'&id='+id,'Cobertura','width=764, height=604');
}
function abreCoberturavc(tipo,id) {
	window.open('popCoberturavc.php?tipo='+tipo+'&id='+id,'Cobertura','width=764, height=604');
}
function abreQuemSomos() {
	window.open('quemSomos.php','Quem_Somos','width=650, height=575');
}
function abreContato() {
	window.open('contato.php','Quem_Somos','width=650, height=575');
}
function printNoticia(id) {
	window.open('imprimeNoticia.php?id='+id,'Notícias','width=680, height=600, scrollbars');
}
function cor1() {
	document.getElementById('corpoGeral').style.background = '#EBEDE9 url(images/imgFundoGeral1.gif) repeat-x';
	document.getElementById('bolinhasTipo1').style.display = 'inline';
	document.getElementById('bolinhasTipo2').style.display = 'none';
	document.getElementById('bolinhasTipo3').style.display = 'none';
	document.getElementById('rodaBaixo').style.background = '#363636';
	
	MM_controlShockwave('destaque','','GotoFrame',5);
}
function cor2() {
	document.getElementById('corpoGeral').style.background = '#EBEDE9 url(images/imgFundoGeral2.gif) repeat-x';
	document.getElementById('bolinhasTipo1').style.display = 'none';
	document.getElementById('bolinhasTipo2').style.display = 'inline';
	document.getElementById('bolinhasTipo3').style.display = 'none';
	document.getElementById('rodaBaixo').style.background = '#304B18';
	
	MM_controlShockwave('destaque','','GotoFrame',6);
}
function cor3() {
	document.getElementById('corpoGeral').style.background = '#EBEDE9 url(images/imgFundoGeral3.gif) repeat-x';
	document.getElementById('bolinhasTipo1').style.display = 'none';
	document.getElementById('bolinhasTipo2').style.display = 'none';
	document.getElementById('bolinhasTipo3').style.display = 'inline';
	document.getElementById('rodaBaixo').style.background = '#192B38';
	
	MM_controlShockwave('destaque','','GotoFrame',7);
}
function abreRadio() {
	window.open('player.php','Benonet_FM','width=450, height=346');
}
function enviaEmail() {
	sCampo1 = document.getElementById('campoNome').value;
	sCampo2 = document.getElementById('campoEmail').value;
	sCampo3 = document.getElementById('campoMsg').value;
	if (sCampo1==""||sCampo2==""||sCampo3==""){
		alert("Preencha todos os campos.");
	} else {
		document.getElementById('formContato2').submit();
	}
	
}
function apareceEnviar() {
	document.getElementById('menuEnviar').style.display = 'block';
}
function abrirVideo(id, leg) {
	window.open('popVideo.php?idvideo='+id+'&legenda='+leg,'Video','width=425, height=425');
}
function trocaFormMural() {
	document.getElementById('cadastroMural').style.display = 'none';
	document.getElementById('enviaTextoMural').style.display = 'block';
}
function valida() {
		submitform();
}
function submitform() {
  document.formContato.submit();
}
function abrirLogin(n) {
	window.open('popLogin.php?id='+n,'Login','width=400, height=150');
}
function abreBolso(s) {
	window.open('cinema_bolso.php?s='+s,'Cinema','width=680, height=600, scrollbars');
}



