function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function abrirNv(argumento){
window.open("../js/consulta.asp?METEORO="+argumento,"consulta","width=510,height=310,top=150,left=150,scrollbars=yes");
}
