var fDesc=new Array(); fDesc[0] = "DBFView - the most popular DBF editor and viewer for Win9x/NT/2000/XP in the world! DBFView is a compact but powerful tool for viewing, editing, and printing DBF-format databases. It supports dBase, Clipper, FoxPro, Visual FoxPro and other DBF formats. In contrast to many analogues, DBFView is completely a Windows9x/NT/2000/XP program. The user friendly graphic makes working with databases simple and hassle free. Most important parts of DBFView code are written in Assembler, therefore the basic operations performs fast and the .exe file is very small (only 525Kb!). DBFView uses its own database access tools and does not require external drivers for connection to databases (such as ODBC or BDE) or additional libraries (.OCX, .DLL). The program allows you to add, delete, recall, sort, zap, pack records, view and edit files in DOS or Windows character sets, get detailed database information, export to txt/html/csv/xls format, and search in a file. DBFView comes with Installer/Uninstaller, documentation in HTML format, and sample 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 = ''; } }