var fDesc=new Array(); fDesc[0] = "DataProspector is a database client program that is designed to be very easy to use.
DataProspector relies on the presence of the MySQL database engine (preferred), or the PostgreSQL engine, and an appropriate JDBC driver for your chosen engine. If you are using a newer version of Linux, you are most likely 90% ready to use this program.

DataProspector takes advantage of some of the newer features of Java to create a more powerful database client."; 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 = ''; } }