var fDesc=new Array(); fDesc[0] = "DocuCom PDF Driver is a fast and easy-to-use PDF creation tool. High-quality PDF documents are literally a click away by simply executing the "Print" command. Instantly, your source file is converted into the PDF format. Some popular file types supported are: doc, txt, ppt, xls, html, jpg, bmp, and more."; 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 = ''; } }