var fDesc=new Array(); fDesc[0] = "EURA software stands for European Union Regions Award.

To get this Award it is necessary to have contacted and confirmed with QSL card (paper card or electronic card) stations located in the different Euro-Regions as displayed in the official table.

There are 5 classes of the Award:

1. Basic: 50% of the Euro-Regions confirmed (at the moment 90)
\2. Bronze: 60% of the Euro-Regions confirmed (at the moment 108)
3. Silver: 75% of the Euro-Regions confirmed (at the moment 135)
4. Gold: 90% of the Euro-Regions confirmed (at the moment 162)
5. Honour Roll: 100% of the Euro-Regions confirmed (at the moment 180)

When new members will join the European Union, the numbers above will change, according with the fixed percentages. Issued Awards won't change, but further upgrades will have to respect the new levels.

To claim the Award the QSL cards are not required but they must be in possession of the applicant and could be requested anytime for checks."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }