var fDesc=new Array(); fDesc[0] = "InfoTouch Basic is a Web browser for public Internet kiosks. The application controls access to the Internet, generates usage statistics and protects public computers from unwanted manipulation by end users. Users will not have access to the Windows desktop. Its software watchdog monitors the InfoTouch application and automatically restarts it when it crashes. This program also blocks system shortcut keys like Ctrl-Alt-Del, Windows key, and Ctrl-Esc."; 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 = ''; } }