var nuevaVentana;
function abrirPopUp(url,width,height)
{
   nuevaVentana = window.open(url,"nuevaVentana","nemubar=no,location=no,resizable=no,scrollbars=yes,status=no,width="+width+",height="+height+"");
}

