var fDesc=new Array(); fDesc[0] = "LM is a program to edit contest logs ex post; a so-called “contest post processor”.
LM contains an integrated log editor to type in paper logs or to edit the log ex post. Supported by a special input-turbo (“Fast append mode”) the input effort will be reduced to a minimum. In addition, LM tries to take over as much work as possible. LM “knows” states, provinces, member-numbers etc. for the supported 69 contests and recommends expedient values automatically."; 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 = ''; } }