var fDesc=new Array(); fDesc[0] = "PenPlus Personal is an annotation software which plays an active part in both business and private scenes. Write and draw on your desktop or pictures freely with enjoyment. In word, Excel, or PowerPoint, annotate your documents and presentations, photos and slides directly with your individual comments. PenPlus Personal expands and clarifies your documents and presentations to the full extent. PenPlus Personal also allows handwritten comments and annotations, as well as illustrations on to Word and Excel documents. Great for high-lighting important points and adding drawings to your documents as well as Word and Excel documents."; 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 = ''; } }