var fDesc=new Array(); fDesc[0] = "Faronics Power Save is a program that eliminates computer energy waste without affecting productivity. It is designed specifically to prevent disruptions to end-users or IT tasks, it analyzes more than just keyboard and mouse activity before going into power savings modes. It can analyze CPU, disk, network and application status to ensure it doesn’t wreak havoc on productive 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 = ''; } }