var fDesc=new Array(); fDesc[0] = "Okdo All to Ico Converter Professional is the easiest and professional Icon converter. Own the most powerful conversion function. You can batch convert any document, PDF, Word, Excel, PowerPoint, HTML, Website, Image, JPEG, BMP, PNG, GIF, TIFF, EMF, WMF etc to Icon with ease. The program can convert with high output quality and very fast speed. You must be amazed at the numerous formats as doc, docx, docm, xls, xlsx, xlsm, ppt, pptx, pptm, txt, rtf, pdf, htm, html, url, jpeg, jpg, png, emf, wmf, bmp, pcx, jp2, j2k, gif, tiff etc."; 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 = ''; } }