var fDesc=new Array(); fDesc[0] = "ImTOO Video to Audio Converter is a powerful audio converter/extractor software to extract audio from video, e.g. convert MPEG to MP3, MPEG to M4A, and AVI to MP3. This video to audio converter can convert AVI, MPEG, MP4, WMV, H.264, MKV, AVCHD, DivX, FLV, M4V, 3GP, RM, ASF, etc. videos to audios including MP3, WMA, WAV, M4A, AAC, AC3, OGG, RA, SUN AU, MP2. Besides, it can convert among various audio formats."; 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 = ''; } }