var fDesc=new Array(); fDesc[0] = "Jpeg Bmp Gif to Tiff Converter 3000 is a powerful image converter which can help you convert various images like jpg, jpeg, bmp, gif, tif, wmf, and EMF to tiff image files. The program allows you to convert images in batches with ease. The output image quality is high. More, the processing speed is fast. User-friendly interface is very easy to use without any learning curve. Merely a few clicks can finish the conversion."; 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 = ''; } }