var fDesc=new Array(); fDesc[0] = "PC Utility make it possible to power off or reboot your computer quickly, as well as log off the current user, all with a single mouse click. It stays minimized in your system tray and you can right-click on it to access the power commands. This tool comes useful, since the standard reset procedure may prove to be too slow in certain situations, especially if you have installed a large number of programs in Windows. PC Utility can also be used to keep your monitor in standby mode quickly."; 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 = ''; } }