var fDesc=new Array(); fDesc[0] = "System Uptime Monitor is a software for monitoring Windows uptime statistics, tracking Programs run and watching Windows User login history. You can use it to analyse Windows uptime and downtime statistics. You can also track what Programs are run, time of launch and duration. It allows to see Windows User login history by showing user-name, time and duration."; 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 = ''; } }