var fDesc=new Array(); fDesc[0] = "With Fetchnotes Widget you can store your notes in a cloud. This program comes with an intuitive interface that permits users to easily add notes, organizing them by relevant tags.

You can also access your notes on any device and add notes via SMS, email and voice."; 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 = ''; } }