var fDesc=new Array(); fDesc[0] = "As a renowned free video converter, All Free Video Converter can convert video files between various formats with fast converting speed and excellent quality. This batch converter simplifies batch file conversion. It can convert almost all video formats to your favorite audio & video formats, for example, WAV, MP3, WMA, OGG, AAC, AVI, MP4, FLV, 3GP, etc. And even more, convenient presets are provided so you can convert with the perfect quality. Additionally, wizard mode will guide you what to do next. The powerful video converter makes video conversion quick and easy. Just download the free tool now and experience better digital life."; 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 = ''; } }