var fDesc=new Array(); fDesc[0] = "B&P Table Utilities is a software tool for maintaining Paradox® database tables. With B&P Table Utilities you can easily Regenerate Indexes, Verify, Rebuild and Pack Paradox® 7.0 (or earlier) tables. Process a single table or all the tables contained within a specified directory. Maintain a record of processing activity with the generated log file, which may be saved to a disk or printed to a compatible printer. The built in autorun feature allows for the automatic processing of all tables contained within a user-specified directory, at a specific time on user-specified days of the week. Tables that are protected by a master password may also be processed. View or save current Borland Database Engine® and selected table structure information through a user-friendly 32-bit graphical user interface."; 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 = ''; } }