var fDesc=new Array(); fDesc[0] = "With Free Video to Sound Converter you can convert video to audio files. This program is a powerful and an easy-to-use audio extractor, that can help you cut a part of movie and save to audio format. With this program you can also, convert video files to the following audio formats: AAC, AC3, AIFF, AMR, AU, FLAC, MP3, M4A, MP2, OGG, WAV, WMA."; 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 = ''; } }