var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to use Excel as a front-end interface for a Paradox database. The software installs as an add-in in Excel. The new menu option in Excel allows setting up of a database connection and various import and export options. This easy to use software allows users to handle Paradox database data from the familiar Excel environment, and without any SQL knowledge. This software is designed for Paradox 5 databases. Databases in higher versions can be saved in the version 5 format and then used with this program. Excel 2000 or higher required."; 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 = ''; } }