var fDesc=new Array(); fDesc[0] = "13 Components to enable seamless connectivity between Delphi & C Builder applications and Pocket PC devices.

Functions:
-TCESystemInfo: retrieve system info
-TCERegistry: read & write the Pocket PC registry
-TCEFindFile: find files on the Pocket PC
-TCEFileOperations: copy, move, delete file operations on Pocket PC and between Pocket PC and desktop PC multi file copy between Pocket PC and desktop PC
-TCEDatabaseOperations: convert/transfer Access MDB files to Pocket PC cdb files and vice versa
-TCEDatabase: access to Pocket PC databases
-TCEContacts: access to Pocket PC Contacts database
-TCEAppointments: access to Pocket PC Appointments database
-TCETasks: access to Pocket PC Tasks database"; 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 = ''; } }