var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to join one or more MS Excel sheets into one. To get this software to work, simply drag and drop the XLS, XLSX, or other Excel files you would like to work with and click a button to begin joining. There is a feature to combine all files to one blank Excel sheet or put each file in a separate blank sheet. By instantly joining Excel files, this software will save you hours of time of having to copy and paste. Excel 2000 or higher required."; 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 = ''; } }