﻿function MostrarNoticia (URL){ 
   window.open(URL,"noticia", "directories=yes,location=yes, menubar=yes, resizable=yes, status=yes, toolbar=yes, scrollbars=yes,width=500,height=500") 
}


