var fDesc=new Array(); fDesc[0] = "If your problem involves big volumes of Microsoft Excel spreadsheets and requirements for flexibility in consolidation then Spreadsheet Consolidator is the accurate tool for you. Spreadsheet Consolidator is an add-in for Microsoft Excel which will allow you to consolidate spreadsheet data from one or several sheets from one or many open workbooks, easily and quickly. Save yourself a lot of time and effort, right now, downloading"; 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 = ''; } }