var fDesc=new Array(); fDesc[0] = "All to Image Converter 3000 is the fast, easiest way to free convert any document, PDF, Word, Excel, PowerPoint, TEXT, RTF, Webpage of internet, Html, Image, JPEG, TIFF, GIF and so on to any type of images including JPEG, JPG, BMP, GIF, TIFF, TGA, RLE, PNG, EMF, WMF etc in batches with high speed. The output image quality is super good with preserving the original text, image, layout 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 = ''; } }