var fDesc=new Array(); fDesc[0] = "WisBar Lite is a simple task manager for the Windows Mobile Platform, perfect for those who want to take control of their system without replacing key components.

Some of its features are:
Customization of the closing, hiding and minimization of applications,
Cascading start menu,
Real close button,
Switch between running applications,
Real-time battery meter,
Low memory footprint,
and ability to retain the default theme of your PocketPC device.

It supports the WisBar Advance Desktop.
Requirements: PocketPC 2002 or later."; 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 = ''; } }