var fDesc=new Array(); fDesc[0] = "ePUB Tools is a Microsoft Word add-in that allows you to create e-books from MS Word documents. These tools can also help you clean and correct your documents. Not only a lot of OCR errors can be found and fixed, but the app also checks if dialogue/quotations have both an opening and closing quote."; 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 = ''; } }