function abre_tv(URLtoOpen, windowName, windowFeatures) {
  newWindow=window.open('http://www.puebla.mx/html/tvEnVivo.html', 'tele','height=441,width=423, toolbar=no,scrollbars=no');
   }

function abre_fm(URLtoOpen, windowName, windowFeatures) {
  newWindow=window.open('http://www.puebla.mx/html/pueblafmEnVivo.html', 'tele','height=441,width=423, toolbar=no,scrollbars=no');
   }

   
 function abre_radio(URLtoOpen, windowName, windowFeatures) {
  newWindow=window.open('http://www.puebla.mx/html/radioEnVivo.html', 'radio','height=219,width=416, toolbar=no,scrollbars=no');
}

function abre_np(URLtoOpen, windowName, windowFeatures) {
  newWindow=window.open('http://www.puebla.mx/html/nuevosp.html', 'conecta','height=480,width=640, toolbar=no,scrollbars=no');
}

