var fDesc=new Array(); fDesc[0] = "Img To PNG Converter is a free tool with which you can convert images from nearly any format(JPG, GIF, BMP, TIFF, ICON, TGA etc) to the PNG format. It is very simple to use: Just import one or more files or a whole folder and then click “Convert” and then all images are converted. You can use the Converter for one picture or a whole foto album. Besides you can chose the quality for the conversion: Chose a value between 0 and 100% to adjust the quality and file size of the new file. The tool uses multithreading, which means very fast converting. So it is awesome to use as a bulk/mass image converter. The interface is very simple and easy to understand."; 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 = ''; } }