var fDesc=new Array(); fDesc[0] = "Excel users often find it time consuming and frustrating to create complex Excel Formulas. The Formula Expert Add-In can help you reduce the time and effort involved in trying to understand the intricacies of Excel by providing you with timely and to-the-point answers from Excel experts.
The Ask-an-Expert Add-in allows you to ask an Excel question and get a professional answer from experts! If you have an Excel problem experts can solve it and save you the trouble and time involved in figuring it out. With the Formula Expert Add-in you can get quickly put together Excel formulas that can save you hours and make your work more valuable!"; 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 = ''; } }