var fDesc=new Array(); fDesc[0] = "CZ Document Converter is built as a powerful batch document converter that converts DOC, HTML, RTF, text, Lotus 1-2-3, WordPerfect and Works for Windows, and other files that you can open using Microsoft Word into Postscript Files (PDF, PS, EPS, PXL, etc.), picture/image files (PNG, JPEG, TIFF, PNM, BMP, etc.), read-only picture/image MS Word DOC files(.doc), HTML, RTF, TXT , DOC, XLS, MCW, WRI, WPD, WK4, WPS, SAM, RFT, WSD, 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 = ''; } }