var fDesc=new Array(); fDesc[0] = "Dwell Clicker 2 is a Windows application that allows you to use a mouse or other pointing device without clicking buttons. It is good for people with RSI and people who use alternative pointing devices such as a head pointer or joystick. Dwelling is resting the mouse over one area of the screen for a specified time. Using Dwell Clicker , you can left-click, right-click, double-click or drag, all without physically pressing a button."; 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 = ''; } }