var fDesc=new Array();
fDesc[0] = "Easy to use screen capture tool for Windows CE and Windows Mobile devices.
Main Features:
- HauteCapture runs on your PC and captures screens from any attached Windows CE or Windows Mobile device.
- HauteCapture makes screen capturing easy:
All you need is an ActiveSync connection between your PC and the device.
Run HauteCapture and start capturing.
- Captured screens are where you need them - on your PC:
Either store the screen captures in the file system or use drag&drop or copy/paste to put a copy in your preferred application for further processing (word processor, HTML editor, email client, ...)
- Do presentations using the "Live Mode" with its continuous screen capturing
Requirements:
- Microsoft Windows 2000/XP/2003/Vista/7/8
Microsoft Windows 95/98/Me are not supported!
- ActiveSync 3.5 and higher (2000/XP/2003) or
Windows Mobile Device Center 6 when running Windows Vista, Windows 7 or Windows 8
- 5 MB hard disk space
- 256 MB memory";
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 = '';
}
}