var fDesc=new Array(); fDesc[0] = "CloseAll lets you close all running applications with just a single click. It does not use any system resources at all and unloads right after completing its task. The program simply flashes a ‘close’ signal to all open applications on the desktop and then ceases. It can be very handy if you are running multiple applications at the same time and want all of them to quit instantly."; 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 = ''; } }