var fDesc=new Array(); fDesc[0] = "Bestel FLV to Video Converter is a powerful converting application designed with power and excellence. The tool works on batch conversion mode and helps you to quickly and easily convert video formats with amazing results. You can convert a number of formats like Divx, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, SVCD, and VCD by performing just few steps. With it’s built in high speed encoder facility, you can carry on the conversion of video and audio data very efficiently. The interface is designed in such a way that anyone can work on it very easily without going through its help menu. Further, it allows you to choose the desired profile from an offered list and adjust the quality of the output file. You can adjust many audio and video settings like add title, use video and audio codec, change bit rate, frame rate, video size and aspect ratio of the video, and change bit rate, channels, sample rate of the audios according to requirement. It can run on Microsoft Windows 98/Me/NT/2000/XP/2003 or later versions"; 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 = ''; } }