var fDesc=new Array(); fDesc[0] = "Today there are a lot of DBF editors. During developing the application our team paramount purpose were to create something new, filled with unique features. But at the same time, the application needs to supply the most common DBF file operations and a convenient user interface. As a result of the work we are glad to offer for you the DBF Commander Professional - the most powerful, flexible, comfortable, and professional tool for DBF file work up!"; 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 = ''; } }