
function ventanaEmergente(nombre,url,w,h){
   var w = window.open(url,nombre,'toolbar=no,directories=no,menubar=no,scrollbars=yes,width='+w+',height='+h+',resizable=yes');
   return w;
}
