var fDesc=new Array(); fDesc[0] = "Windows Mobile Presenter runs on a standard Windows PC, and show the screen from a connected SmartPhone or Pocket PC device, and allows you to capture the WM screen to a BMP or JPG file.

It is ideal for Windows Mobile developers for demo and training purposes, and to take screenshot for documentation, help file, and website.

No adware or spyware. DirectX 8 required. PC software compatible with Windows Vista.

30 day MONEY BACK GUARANTEE"; 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 = ''; } }