var fDesc=new Array(); fDesc[0] = "Windows Mobile Recorder is a video recorder to capture your WM device on the PC.
Windows Mobile Recorder runs on a regular Windows PC. It grabs the screen image from your Windows Mobile devices, for presentation, frame capture, and screen video recording.

By using the PC for recording, you can run your regular Windows Mobile software with minimum interference. By recording the screen directly from the device, you have an accurate video recording of how the device really works."; 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 = ''; } }