var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to transfer tables to and from FoxPro and Paradox databases. The user simply chooses the folder for the Paradox database and the DBC file or a folder containing multiple DBC files for the required FoxPro database before testing the connection. The user-friendly interface allows even users without SQL knowledge to efficiently import and export data between these two databases. Although designed for Paradox 5 databases, this software will accept data from any database created using higher versions of Paradox as long as it is saved in the version 5 format."; 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 = ''; } }