var fDesc=new Array(); fDesc[0] = "The Ultimate Suite was designed to address the needs of all users who work with Excel on a daily basis. You get tools to manage formulas and select cells that meet certain criteria. You can swiftly replace formulas with their values, count and sum cells by color, filter by selected cells, recalculate ranges, select cells of a certain type, all with a single button click."; 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 = ''; } }