var fDesc=new Array(); fDesc[0] = "FLAC To MP3 helps you convert FLAC music to MP3 audio format with only a few clicks. Also, the converter supports batch mode to convert hundreds of FLAC audio to MP3 music at one time. During the conversion, the program can keep the original metadata and tags as well, which means users will not lose the information of a song like album, producer, actor or age etc."; 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 = ''; } }