var fDesc=new Array(); fDesc[0] = "This is an ultimate video converter which can convert movie and audio files for popular multimedia devices, as well as convert to common video and audio formats. This is the first full-featured free video converter.

This is a complete, full featured solution for converting your files to MPEG-4, AVI, DivX, xVid, MOV, FLV, SWF, WMV, ASF, MPEG-2, VOB, MKV formats. In addition, it is able to convert video for your iPod, iPhone, iPad, PSP, Archos, Sansa and other media players and mobile phones. The settings are optimized for each device, so all you need is to select the predefined profile.

This freeware video converter allows you to edit videos. You can adjust brightness, saturation, contrast of the movie; trim a video or crop the video frame. This options allow you to optimize and fit video on the screen of your multimedia device."; 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 = ''; } }