var fDesc=new Array(); fDesc[0] = "GoodOk Video to Audio Converter is a powerful and professional video to audio conversion tool. It can help you extract audio from all popular video files such as AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV, FLV, and save them as MP3, AAC, AC3, AMR, M4A, OGG and WAV audio format in batch mode. It offers you an easy way to convert video files to audio within a few clicks. It can help you listen to favorite music with portable audio player and you will get any output formats you want with excellent quality."; 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 = ''; } }