<!--

var medalla = null;

function Medallero() {
  medalla = window.open("medallero.asp?todos=si", "Medallero", "scrollbars,height=300,width=230");
  return false;
}

// -->