var fDesc=new Array(); fDesc[0] = "Manage and create databases right on your Palm handheld. The intuitive user-friendly interface of MobiSystems Database allows you to deal with relational databases, queries, user-defined forms and linked tables with a few taps of the stylus. MobiSystems Database offers a wide range of functionalities and 18 supported field type formats, queries and forms.
In this new version there is support of native CSV files.
A new field type Links allows you to view all linked records to the current record.
There is a completely rearranged data organization in MobiSystems Database with separate file for each database on the PDA.
It also includes an ability to access the previous record field values in Expression field type and an ability to exchange databases, tables and records via Bluetooth, IR, and mail."; 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 = ''; } }