var fDesc=new Array(); fDesc[0] = "Simple Text Encoding Converter is a really simple utility that is able to interpret all text encoding supported by the Framework dotNET and allow to convert a text file from one encoding to another.
This utility is really useful when you need to convert text file generated into Windows environments to a format allowing special characters like UTF-8 or Unicode."; 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 = ''; } }