var fDesc=new Array(); fDesc[0] = "You know there’s a button for it, but you don’t know or remember where it is. If this ever happens to you, check out Search Commands. You can use this concept test today to quickly find the commands you need in Microsoft Office 2007 and 2010 Word, Excel and PowerPoint. Just search with your own words and click on the command you need."; 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 = ''; } }