var fDesc=new Array(); fDesc[0] = "It is a Datalogic Windows-based utility tool allowing the uploading, modifying and downloading of a Windows CE or .NET device configuration.

To use the direct configuration abilities of the program, connect a device through ActiveSync (follow the ActiveSync connection procedure), and then click on the "Get from Device" icon to receive the device’s current configuration."; 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 = ''; } }