var fDesc=new Array(); fDesc[0] = "TouchPad is an endless, vertically scrolling note book for creating quick notes. Every time you open the application a dated bookmark is added to differentiate new notes from earlier ones.
Handwriting recognition makes the notes into legible memos. Images can be added to make the notes more illustrative and exciting. Simple gestures can be used to edit and delete existing items.
Separate tabs of notes can be created in TouchPad, useful for organizing different topics or classes. The ActivPen is used to write notes whilst your finger controls the menu."; 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 = ''; } }