var fDesc=new Array(); fDesc[0] = "Shutdown Clock is a free application that will help you schedule PC tasks like shutdown, restart, log off, lock and hibernate at any time. By defining a set of tasks Shutdown Clock monitors your system time and executes these tasks when needed. You can define tasks starting at some specific date and time or tasks that execute at daily basis. Also, tasks can be executed depending on your PC idle time or battery percentage. Shutdown Clock is really easy to use. Once you define your tasks Shutdown Clock can work in the background waiting for the right time to execute those tasks. You are also able to use this application to perform PC shutdown operations instantly (right click on the Shutdown Clock taskbar icon)."; 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 = ''; } }