var fDesc=new Array(); fDesc[0] = "DataPlus Professional is a Microsoft Windows-based application generator for both DOS and Windows CE portable computers. DataPlus lets you build applications that mimic clipboard data sheets. You design and test the application on your desktop PC then transfer it to your hand held.

The software consists of familiar user friendly setup screens. A combination of keyboard and external device input, custom screens layouts, data error checks, data entry types can also be accommodated.

For advanced features, you have the power to write custom user programs. File transfer software to communicate with both DOS and Windows CE is also included. DataPlus Professional was designed for non-programmers but has features that software developers and information systems managers will appreciate and have requested."; 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 = ''; } }