var fDesc=new Array(); fDesc[0] = "Audio Converter Free is a program designed to convert different audio file formats, including MP3, WAV, AC3, FLAC, OGG and WMA. The program can also be used to convert a video file to an audio file, in short the application will extract the audio from the video file and convert it to the desired output format."; 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 = ''; } }