var fDesc=new Array(); fDesc[0] = "Pocket Mechanic (WM6) is a new version of this system maintenance program which has been optimized to use in Windows Mobile 6 devices. Pocket Mechanic (WM6) is the perfect companion for any Windows Mobile 6 device. This program is a suite of tools that will be very useful to keep your WM6 device without errors.
Some of this tools are really useful as allow us to take care of the file system, the registry and also the low level errors.
The included modules are: Card information, Free RAM, Outlook cleanup, Scan disk, Card Benchmark, Fragmentation Status, Defragment, Stack analysis, Format, Recover bad sectors, CE databases, find duplicate files, Find invalid shortcuts, Large files, large folders, Notification queue, file system cleanup, registry cleanup, uninstall application, relocate, storage cache.
To use any of this modules Pocket Mechanic (WM6) provides a menu with all the included modules and a short description of them, which is very useful at the beginning. When we are familiar with the modules the shortcuts menu will be very useful to get to the functions faster."; 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 = ''; } }