var fDesc=new Array(); fDesc[0] = "Aiprosoft DVD to Mobile Phone Converter Suite can convert DVD and other video types to formats supported by mobile phones. The program integrates two video converters into one pack: DVD to Mobile Phone Converter and a Video to Mobile Phone Converter. It can rip DVD to a variety of video and audio formats, and can convert all popular videos file types (including AVI, WMV, MPEG, MPG, FLV, DAT, RM, RMVB, MOV, ASF, HD video, etc.) to 3GP, MP4, AVI, WMV for Palm, LG, Nokia, Motorola, Samsung, Pocket PC, Sony Ericsson and other mobile players.

This program can also extract audio from DVD movies or videos and convert them to M4A, MP3, AC3, AAC, WMA, WAV, OGG that are supported by iPod, iPhone, PSP, Mobile Phone, and other players.

Additionally, the converter allows you to capture your favorite pictures, cut a clip of your DVD/video, crop the video size, and more."; 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 = ''; } }