var fDesc=new Array(); fDesc[0] = "OneNote Gem - Favorites is an add-in designed to work with OneNote 2010/2013 that enables you to use the ribbon tab as 'Favorites' so you can add frequently-used pages to the tab and click the button will jump to the page. You can create and edit mind mapping in OneNote, list pages by edited time in calendar, export and import favorites pages."; 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 = ''; } }