var fDesc=new Array(); fDesc[0] = "ClickAid is a FREE stand-alone on-screen mouse aid designed for anyone who has difficulty switching between mouse buttons or double clicking on a physical computer mouse. It will work with all mouse systems including head mouse and touch screen devices. ClickAid functions can be accessed by clicking on the form or optionally by using AutoSelect dwelling to enable the functions to be selected by hovering the mouse pointer over the buttons."; 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 = ''; } }