var fDesc=new Array(); fDesc[0] = "IPM intelligently enables fine-grained power optimizations through its proprietary algorithms and enables savings in a non-intrusive and fully automated manner. IPM provides you quick options for restart, hibernate, log off, shut down and standby of your PCs. 1-click option to access these features saves you time and battery life too."; 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 = ''; } }