var fDesc=new Array(); fDesc[0] = "This program rips and converts DVD to 3GP/3GP2 video clips and play them in mobile phone or other program 3GP player like cell phone, Palm, Treo, iPhone, iPod, PSP, Pocket PC, etc. It can also convert videos including high definition videos, and extract audio from video to audio formats.
With DVD To 3GP Converter you can take snapshots from playing video and save as .PNG picture format, create your own picture collections from movies. You can fill the margin of the video with black or stretch aspect ratio of video pane. Support various output aspect ratios such as 16:9, 4:3, and full screen."; 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 = ''; } }