var fDesc=new Array(); fDesc[0] = "Optimize your Windows Mobile device for peak perfromance, run programs faster, increase battery life. Gain more accurate and efficient scaling than the built-in one by the OEM of your device. Use application specific speed settings to automatically run any selected application at a specific speed."; 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 = ''; } }