var fDesc=new Array(); fDesc[0] = "Image Convert Jpg Jpeg Bmp Tiff Gif Png is a powerful, easiest and fastest image converter application. Input dozens of images as jpg,bmp,gif,tif,wmf,emf to convert them to jpg,bmp,gif,tif,wmf,emf,tga,rle, png with ease. All the
processes of converting are very easy with the click of converting."; 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 = ''; } }