var fDesc=new Array(); fDesc[0] = "The ACVT program is a converter of archives. The program supports practically any archives types. The type of the necessary archive is set by the user, in rest rely on the ACVT program. ACVT extracts files from the source archive and packs them into the new archive, removing the original archive provided the output archive was successfully created. To adjust the program you can in the file of a configuration or Options dialog."; 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 = ''; } }