var fDesc=new Array(); fDesc[0] = "Welcome to the home of the most popular note-taking buddy!
With TinyPad, taking notes has never been as much fun and easy.
It's been a while since the launch of a new version, and it's finally here! Over the past few months, the TinyPad Team invested in big efforts to bring you a fresh and improved version of one of the top tools used for taking notes!
As always, hot new features are included in the new version. Features like updating your twitter status directly from within TinyPad, automatic synchronization of your notes to always keep them backed up online, and more! Better than that, all these services are offered for free!"; 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 = ''; } }