var fDesc=new Array(); fDesc[0] = "A value-packed collection of system utilities that puts the power back where it belongs...right in your hands! Airscanner PowerTools is an integrated collection of the unique applications you want and need. It adds back much of the functionality that is missing in the Windows Mobile operating system. We have packed in plenty of punch to satisfy even the hungriest power users."; 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 = ''; } }