var fDesc=new Array(); fDesc[0] = "UTFCast is a Unicode converter that lets you batch convert all text files to Unicode (Including UTF-8, UTF-16 and UTF-32) with just a click of your mouse.

You can use it to convert a directory full of text files to an output directory, while maintaining the directory structure of the original files.

It doesn't even matter if your text file has a different extension -- UTFCast can automatically detect text files and convert them."; 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 = ''; } }