<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=197,left = " + (((screen.width)/2)-150) + ",top = " + (((screen.height)/2)-100) + "');");
}

function popPlayer(nome)
{
janela = window.open(nome,'ER_audio','toolbar=no,location=no,directories=no,status=no,statusbar=no,menubar=no,scrollbars=no,resizable=no, width=300, height=197, top=10, left=10');
}

function popVideo(nome)
{
janela = window.open(nome,'ER_video','toolbar=no,location=no,directories=no,status=no,statusbar=no,menubar=no,scrollbars=no,resizable=yes, width=400, height=497, top=10, left=10');
}

function PopTV(pagina){
	window.open(pagina + '?nav=' + window.navigator.userAgent,'francisbr','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0, width=360, height=280, top=10, left=10');
}

function PopImg(pagina){
	window.open(pagina,'FOTO_FB','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=yes, width=680, height=680, top=10, left=10');
}
//-->