var fDesc=new Array(); fDesc[0] = "With Free Video Converter for iPad you can convert all known video file to watch on your iPad. All models of iPad are supported: iPad and iPad 2. The output video format is MPEG-4 (.MP4), which may be either in MPEG-4 or H.264 format.
This program allows you to edit videos, to adjust brightness, saturation, contrast of the movie; trim a video or crop the video frame. This options allow you to enhance quality of the movie and fit the screen of your iPad."; 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 = ''; } }