// Abrir depoimento artista

   var width = 671;
   var height = 400;

   var left = 99;
   var top = 99;

URL = "http://www.acupunturaauricular.com.br/depoimentos-pacientes.html";

   window.open(URL,'Comunicado', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
 
 
 // abrindo Sintomas
 
 function sintomas(URL) {

   var width = 518;
   var height = 550;

   var left = 250;
   var top = 70;

   window.open(URL,'Ponte', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}

