var fDesc=new Array(); fDesc[0] = "Click Switch is a small, easy-to-use, tray-based system utility that automatically performs various frequently used operations like shutdown or restart your computer, lock workstation, etc with just a click of your left or right mouse button. It also provides fast access to all these operations through a system tray icon and has a hotkey feature which can be programmed either to use these operations or to activate the default screen saver."; 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 = ''; } }