var fDesc=new Array(); fDesc[0] = "With Extract Data for Microsoft Excel you can quickly convert row data to columns, group and export data to one or multiple worksheets. This Excel add-on will help you to effortlessly change the way your information is laid out, make it easy to print, review or analyze: extract a row of data from Excel and convert rows to columns, pull out entire rows or data from selected columns, group extracted entries by any column, etc."; 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 = ''; } }