// JavaScript Document

//Popups

function abreventana()
{
  window.open(this.href,"nuevaventana",propiedades);
  return false;
}

