var fDesc=new Array(); fDesc[0] = "Aya Audio Converter is a audio converter utility program that allows you extract audio from video and convert audio files.
The supported video formats include AVI DIVX XVID WMV ASF ASX MPEG DVD SVCD VCD MOV QT RM RMVB FLV SWF MP4 MKV 3GP 3GP2.
Convert between APE,WAV,OGG Vorbis, MP3, MP2, WMA, AAC, M4A, AMR and other well-known media formats according to your wish. You can extract and split the auido from the long favorite movie."; 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 = ''; } }