var fDesc=new Array(); fDesc[0] = "Obtain or upgrade your amateur radio licence using this complete training package. Create tests from the official ARRL question pools. Browse the question pools. Read in-depth explanations of each question. FCC Part 97 rules and RF exposure tables included. A unique system of hypertext links takes you from each question to technical explanations, pages of useful formulae, math hints and everything else you need to gain a pass grade at any level. The evaluation version gives access to a selection of materials from the Technician license class. On registration you gain full access to any chosen licence classes from Technician to Extra."; 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 = ''; } }