var fDesc=new Array(); fDesc[0] = "OnScreen is a Windows software program that provides a powerful interface through a any pointing device by providing on-screen keyboards, Word Prediction / Word Completion, user programmable macros, and complete control over all computer functions. This tool uses a concept found in fighter planes, helicopters, tanks, and automobiles. That concept is called "Heads Up Display" technology and its principal objective is to keep the user's focus and concentration centered in one place."; 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 = ''; } }