var fDesc=new Array(); fDesc[0] = "PointerFocus is a handy Windows application designed for presenters, trainers and teachers who want to highlight their mouse pointer. The application offers some easy-to-use functions such as highlight cursor, mouse spotlight, keystroke visualization, magnifier and on-screen annotation.
With the help of PointerFocus you can keep your audience focus on the area of interest and make your demonstration more understandable."; 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 = ''; } }