var fDesc=new Array(); fDesc[0] = "Excel to Image Converter 3000 is a flexible and easy Excel document to image files converter. With it, you can free batch convert your XLS, XLSX, XLSM format files to any type of images such as JPEG, JPG, TIF, GIF, BMP, PNG and others. The output image quality is super high, preserving the original text, tables, image, layout of your Excel document."; 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 = ''; } }