var fDesc=new Array(); fDesc[0] = "OfficeOne InkTools is a program that extends PowerPoint functions and adds touch-friendly ink tools for use during slideshows, interactive projectors and interactive white-boards. You can add a blank slide after the current slide for recording feedback, switch between Arrow pointer and Pen pointer and navigate back and forth through the slide show."; 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 = ''; } }