function Confirmar ()
 {
   if (confirm('Deseja confirmar?'))
     return true;
   else
    return false; 	 
 }
 
 function abrePlayer() 
{ 
  window.open ("aovivo.htm", "janela1", "status=no,menubar=no, width=300, height=200") 
} 
function abreParadao(url) 
{ 
  window.open (url, "janela2", "status=no, width=310, height=240") 
} 
