var fDesc=new Array(); fDesc[0] = "Click-N-Type is an on-screen virtual keyboard designed for anyone with a disability that prevents him or her from typing on a physical computer keyboard. - FREE full featured virtual keyboard. - Word prediction and completion - Fully configurable including macros. - AutoClick and Scanning Modes. - Many language/keyboard packs available. Keyboard Designer and many user designed layouts included - Audible and visible feedback options, including Spoken Keys. - Designed for anyone who needs help using a physical keyboard with special consideration for the severely handicapped. - Works with all pointing devices including head mouse and virtual mouse programs like Point-N-Click. - Types into all programs including IE address boxes. - Programs to administer user access available. - Requires Windows 98/Me/NT/2000/XP/Vista - Check out http://CNT.LakeFolks.com for the full list of features and most current version and more add-on features, and a Win-95 version."; 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 = ''; } }