var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to transfer tables between Paradox and Oracle databases. The user simply chooses the Paradox folder, enters the login information for the Oracle database and tests both connections before proceeding to the user-friendly transfer interface. This software is compatible with Paradox 5 databases. Users of higher versions of Paradox can save databases in version 5 format and use them with this program. With this time saving software, users with no SQL knowledge can copy large numbers of tables quickly and easily."; 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 = ''; } }