function abreVideoSessao(v)
{
	var w = window.open(v, "Sessao", "width=653,height=518,top=50,left=100");
	w.focus();
}

function abreVideoAovivo(v)
{
	var w = window.open(v, "Sessao", "width=780,height=360,top=50,left=30");
	w.focus();
}
function abreVideoPosse(v)
{
	var w = window.open(v, "Evento", "width=330,height=383,top=50,left=30");
	w.focus();
}

function abreVideoEventoAoVivo(v)
{
	var w = window.open(v, "Evento", "width=330,height=453,top=50,left=30");
	w.focus();
}


function abreRadio(r)
{
	var w = window.open(r, "radio", "width=400,height=175,top=50,left=30");
	w.focus();
}
function mudaFonte(tamanho) {
	elemento = '#conteudo-interno p, #conteudo-interno ul, #conteudo-interno table, .listaNoticiaTitulo';
	a = $$(elemento);
	a.each (function (e) { e.setStyle('font-size: '+tamanho+'px')});
}