var fDesc=new Array(); fDesc[0] = "Esf Total Editor is an application that combines all the existing utilities for editing .esf files. With Esf Total Editor you can edit an .esf file, convert it to xml or search in which records a specific number is located. In Menu bar click Esf choose Editor and the version of the editor you want to use. It has included all three existing versions since they are all useful. The v. 1.4.3 is fast, stable but has no nodes, the v. 1.4.5 uses nodes but it is slow and in some rare occasions unstable, 1.5 beta is fast uses nodes but it is unstable and cannot save the changes. In Esf menu, Esf Folder you can have access in the files you've converted."; 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 = ''; } }