function abreVentana(url,marco,propiedad)
{
  var ventana=document.open(url,marco,propiedad)
}

