var fDesc=new Array(); fDesc[0] = "A revolutionary product-All File to All File Converter 3000 is released now. With it, you can free easily batch convert among any file format like PDF, Microsoft Word, Excel, PowerPoint, TEXT, HTML, JPEG, GIF, TIFF, Flash video etc with high output quality and fast conversion speed. It supports a lot of formats: pdf, doc, docx, docm, xls, xlsm, xlsx, ppt, pptx, pptm, txt, rtf, htm, html, url, jpg, jpeg, tga, bmp, rle, png, emf, wmf, gif, tif, flv, swf 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 = ''; } }