var fDesc=new Array(); fDesc[0] = "The DXLab Launcher lets you control individual (or group of) DXLab applications. DXLab is a set of interoperating applications for Amateur Radio DXing activities. Launcher can be used to install new DXLab applications, and update/restore already installed DXLab applications. It also lets you save/restore a DXLab application's Windows Registry settings to/from a specified file."; 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 = ''; } }