var fDesc=new Array(); fDesc[0] = "LogConv is a utility that converts Amateur Radio log files to and from a variety of log formats. It can be used to ready log data for submission to contest organizers and logging programs that do not support data import of the original log's format.LogConv currently supports ADIF, Cabrillo, CT9, CT10, EQF and tr Log files as input and can output both ADIF and Cabrillo formatted files."; 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 = ''; } }