var fDesc=new Array(); fDesc[0] = "Doc2pdf is an email robot that converts Microsoft Office attachments (.doc, .ppt, and .xls) to PDF. The next time you email a Microsoft Office document, Cc doc2pdf. Doc2pdf will convert the attachment to .pdf, and send the .pdf file as an attachment in a reply to the sender and all recipients."; 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 = ''; } }