var ventanaDestino;
function MM_openBrWindowRadio() { //v2.0
leftVal = (screen.width-155) / 2;
topVal = (screen.height-285) / 2;

var features="width=155,height=285,left="+leftVal+",top="+topVal;

if (!ventanaDestino || ventanaDestino.closed)
{ 
	ventanaDestino = window.open('http://www.losamigosdejesus.org/portal/radio-fe/radio.html','RadioFe',features);
	//ventanaDestino = window.open('http://pegasus/amigosdejesus/radio-fe/radio.html','RadioFe',features);
} else
{ 
ventanaDestino.focus()

}


}



function MostrarProgramacion(dia){
//	alert(dia);

	ocultarTODO();
	quitarClass();
	document.getElementById(dia).className='diaprogact';
	document.getElementById(dia+'cont').style.display='table';
	
}
function ocultarTODO()
{
	document.getElementById('lunescont').style.display='none';
	document.getElementById('martescont').style.display='none';
	document.getElementById('miercolescont').style.display='none';
	document.getElementById('juevescont').style.display='none';
	document.getElementById('viernescont').style.display='none';
	document.getElementById('sabadocont').style.display='none';
	document.getElementById('domingocont').style.display='none';
}
function quitarClass()
{
	document.getElementById('lunes').className='';
	document.getElementById('martes').className='';
	document.getElementById('miercoles').className='';
	document.getElementById('jueves').className='';
	document.getElementById('viernes').className='';
	document.getElementById('sabado').className='';
	document.getElementById('domingo').className='';
}