var fDesc=new Array(); fDesc[0] = "Fast Log Entry is a text editor that helps you enter QSO data easily without redundancy. This tool is handy if you couldn't take a logging computer on your DXpedition, etc. Fast Log Entry is composed by two main panels, a text editor with customizable context-sensitive highlighting and a QSO data grid."; 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 = ''; } }