var fDesc=new Array(); fDesc[0] = "Easy HR Smart Corner is a program that works by allowing you to simply move your mouse to the corner of the screen, wait the user defined number of seconds, and the screen saver will start. Its easy to use and configure,you can adjust the sensitivity. It has the option to start application automatically with Windows. It will sit quietly in your system tray. If user does not select a screensaver when the smart corner is activated, the application blanks the screen instead of starting the screensaver. The application is freeware."; 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 = ''; } }