var fDesc=new Array(); fDesc[0] = "Point-N-Click is a stand-alone on-screen virtual mouse designed for anyone with a disability that makes it difficult or impossible to click a physical computer mouse. As long as they can move a mouse, trackball or other pointing device, they can send mouse clicks to virtually any Windows application or DOS application that can run within a window and even many that are full screen.
Do you only need a little help? Maybe you just have difficulty double clicking or switching to right clicking? Try ClickAid mouse helper 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 mice, tablet PCs, and touch screen devices.
Point-N-Click also acts as a companion product to Lake Software’s Click-N-Type. It uses AutoMouse a feature similar to AutoClick for those who find clicking the mouse button difficult or impossible.
Point-N-Click was designed with ease of use foremost in mind."; 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 = ''; } }