var fDesc=new Array(); fDesc[0] = "Using Pocket Controller Pro V6, you can connect to any Windows Mobile device and control it from your desktop computer. Once you're controlling your mobile device from your desktop or laptop, projection equipment can be used to present your mobile device to a large group of people. Pocket Controller even includes presentation tools to assist you.
Pocket Controller will allow you to capture still images or video recordings of your mobile device activity. Still images can be stored in PNG, JPG, GIF, TIFF, or BMP formats. Image snapshots can also be copied to the clipboard for insertion into other applications or they can be sent directly to a printer. Video recordings can be stored using compressed or uncompressed AVI format or Microsoft's WMV format.
It's also possible to record macros with Pocket Controller, so if there are actions you commonly perform during a presentation, you can reproduce those actions quickly and easily.
In addition to its presentation and capture features, Pocket Controller also provides access to the registry and file system on the mobile device. You can browse the file system and transfer files between your desktop and mobile device."; 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 = ''; } }