var fDesc=new Array(); fDesc[0] = "Presentation Pointer makes it easy for your audience to follow your actions on the screen.

It adds cursor highlighting abilities and more visual and audible mouse click effects, it displays your keystrokes in an overlay at the bottom of the screen, and it allows you to draw on a “live” screen to point out whatabouts and whereabouts of the things you are demonstrating.

It also allows you to zoom in and zoom out the screen and still use its usual utilities."; 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 = ''; } }