var fDesc=new Array(); fDesc[0] = "DBFToAdif allows the conversion of some old DBF log files (DXLog, EasyLog, LogPlus, TopLog, TurboLog TotalHAM92) to the ADIF Format. Is easy to install and it can be manipulated by everyone. Just select the file with the *.dbf extension and this program will make your desired job quick and easy."; 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 = ''; } }