var fDesc=new Array(); fDesc[0] = "Excel PowerUps Premium Suite adds new function suites to all versions of Excel. The Excel PowerUp functions add the new functions only available in Excel 2013 to your copy of Excel 2010, 2007, or 2003. You can share more files across Excel 2013, 2010, 2007 and 2003 that use the newest functions. The Excel PowerUps Premium Suite includes more functions to identify the current user, handle many types of unit conversions, and more."; 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 = ''; } }