var fDesc=new Array(); fDesc[0] = "DBF Script is a powerful tool which allows you to create small programs (scripts) to manage .dbf files. It is useful for the programmers who want to make something special with DBF files. In DBF Script you can create new, edit existing, print and run scripts.

The unique feature of DBF Script is the ability to use several languages (PascalScript, C++Script, JScript, and BasicScript), so you can write scripts using your favorite language. The internal editor supports C++, Pascal, JavaScript and VisualBasic syntax highlighting. DBF Script combines fast code execution, small footprint, a rich set of features and a splendid scalability. It is the most flexible and powerful tool to manage DBF files!"; 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 = ''; } }