var fDesc=new Array(); fDesc[0] = "Imagining that with such huge amount of commands, how can you fast get to know or find out the Office commands in a short time? If so, Ribbon Finder is there for you to fast know and find the specific commands you need from thousands of commands in each Microsoft Office 2010 (Word, Excel ®, PowerPoint®, Outlook®, Access®, InfoPath, Publisher, MS Project and Visio). With Ribbon Finder, you just need to search with your own words and click on the command you need, that’s very simple and fast! Type or enter the words (keywords) in the search box, the way is the same as using Google for searching questions. For example, I am going to search “insert” in Microsoft Office 2010 Word."; 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 = ''; } }