// funciones JavaScript
function abrir(){
  window.open(this.href,"nuevaventana","top=10,left=150,width=500,height=350,resize=yes,scrollbars=yes");
  return false;
}
