// JavaScript Document

function radioOnLine() {
  var theURL = "http://www.eucreioemmilagres.com.br/popRadios.html";
  var winName = "RadioOnLine";
  var features = "scrollbars=no, width=400 , height=254"; 
  window.open(theURL,winName,features);  
}

function faleCom() {
  var theURL = "http://www.eucreioemmilagres.com.br/faleconosco/faleconosco.php";
  var winName = "RadioOnLine";
  var features = "scrollbars=yes, width=660 , height=530"; 
  window.open(theURL,winName,features);  
}