var fDesc=new Array(); fDesc[0] = "Ezovo All Office Pdf Image Converter is a powerful document converter. It support more than 20 kinds of input format and 8 kinds of popular output format. The output format are: DOC, XLS, PDF, JPG, BMP, TIF, PNG and SWF. You can convert all popular format without any parameter settings manually, according to documents intelligent configuration parameters."; 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 = ''; } }