var fDesc=new Array(); fDesc[0] = "With Category Tabs for Google Keep, you can now sort your new and existing notes by color. When you want to view the notes you have sorted by color, simply click on the note color you wish to view. If you would like to view your entire collection of notes/checklists, there is an “All” option next to the color options (this option is set by default)."; 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 = ''; } }