var fDesc=new Array(); fDesc[0] = "Softick PPP allows your handheld to access LAN and global network without using an additional networking equipment. Desktop PC is used as a gateway. Using Softick PPP you will be able to:
Get an access to desktop PC resources; Surf World Wide Web (www); Receive and send e-mail; Read news (NNTP); Receive information from news channels; Perform network synchronization (Network HotSync), ... and more. Power up your own custom network application! System requirements and compatibility. Palm OS; Microsoft Windows 98/Me/2000/XP/Vista on desktop computer; Palm Desktop 4.1 installed; USB or Bluetooth/Serial, IrDA connection."; 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 = ''; } }