var fDesc=new Array(); fDesc[0] = "DL3-PPC is a program that runs on a Pocket PC with Windows Mobile 2003 SE or higher operating system. It provides a user interface to the McElroy DL3 DataLogger.

To install this program directly from the McElroy website using USB cable and sync software:
Install Microsoft Synchronization software if not already on your Desktop or Notebook PC. Windows XP uses Microsoft ActiveSync, and Windows Vista uses Mobile Device Center.
Connect the USB cable between the Desktop (or Notebook) PC and the TDS Recon. ActiveSync detects the Recon. Partnership between the Desktop PC and Recon is NOT required; simply cancel all prompts for partnership setup. The Recon can be setup as a Guest on your Desktop PC.
Once connected, go back to the download page and click on the EXE installation link. Click the Run button when prompted, and follow the on screen directions."; 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 = ''; } }