var fDesc=new Array(); fDesc[0] = "When you are thinking about doing something complicated, there’s no need to surf the web for help – just look inside the Store from within Excel, PowerPoint or Word. From the App Store tab in the Office program ribbon, you may open the store and then browse a range of apps for that department. Each app has details about what it does."; 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 = ''; } }