var fDesc=new Array(); fDesc[0] = "DDVideo Video to Audio Gain,a versatile video to audio converter and audio to audio converter software, which can gain volume for video/audio files to the same volume without loss of original sound quality. The application can extract audio from almost all popular video like AVI/DIVX/XVID/DIV, MPEG/MPG/DAT,WMV/ASF/ASX,RM/ RMVB, MOV/QT,MP4/M4V, VOB,MKV,3GP/3G2, FLV,PMP etc video format and convert any audio format to MP3/MP2/AAC/WAV/WMA/AC3/AU/M4A/ AIFF/AMR/FLAC/OGG/ MKA 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 = ''; } }