var fDesc=new Array(); fDesc[0] = "Bulk File Merger is a desktop utility program that will batch merge massive amounts of Excel, Word Doc, Csv, Text, Powerpoint, or PDF files into one single file. The software is now available for Mac OS X and Windows platforms. In fact, it is the only Mac software available to these types for file merges. Download your copy and start accomplishing more work, with less effort!"; 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 = ''; } }