var fDesc=new Array(); fDesc[0] = "SilverNote helps you to take notes for school, work or everyday life. A note is a blank canvas for you to add anything you like: text, diagrams, sketches, screenshots, tables, lists, files etc. You can instantly search your entire notebook and open any note to the right location. Moreover, SilverNote works seamlessly with popular cloud storage services including DropBox and Google Drive."; 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 = ''; } }