var fDesc=new Array(); fDesc[0] = "InkTools extends PowerPoint and adds touch-friendly ink tools for use during the slide show with Tablet PC, interactive projectors and interactive white-boards. Using those tools you can do the following:
- Add a blank slide after the current slide for recording feedback, explain presentation in more detail among its uses.
- Navigate back and forth through the slide show.
- Switch between Arrow pointer and Pen pointer.
- Select pen colors at the touch of a button."; 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 = ''; } }