var fDesc=new Array(); fDesc[0] = "This is a free and opensource application to view the content of dBase, FoxPro, and Visual FoxPro .dbf file. With this software the developer it's looking for contributor to make a binary build on other operating system. Python script can be run on any operating system with Python and GTK runtime installed. Binary version can be run on MS Windows."; 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 = ''; } }