var fDesc=new Array(); fDesc[0] = "Quick Exit is an easy-to-use shutdown tool that allows you to shutdown, power off, reboot, log off with or without forced action. It also allows you to standby or lock your computer with just one mouse click, as well as to play screen saver, exit to DOS or perform another certain action at definite time."; 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 = ''; } }