var fDesc=new Array(); fDesc[0] = "Electronic World atlas for Radio Amateurs. Scrollable World map with smooth zoom, DXCC territories, province/state prefixes, Grid Squares, CQ and ITU Zones in the rectangular, azimuthal and Globe projections, 3D relief, Gray Line, city and island index, unique hierarchical prefix database, local time with DST for all cities, islands and call areas, unique ionospheric maps."; 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 = ''; } }