var fDesc=new Array(); fDesc[0] = "You want to lock, log off, restart, standby, hibernate and shut down your computer - with a single click? Fed up with Windows start button? Shutdown Element brings this functionality to your task bar - just one mouse click away.
SHUTDOWN ELEMENT 2007 is simple to install and uninstall. Just specify which icons you need on your task bar. And it leaves no trace whatsoever, if you decide to uninstall it."; 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 = ''; } }