var fDesc=new Array(); fDesc[0] = "Aimediasoft DVD to Walkman Converter is a tool to convert DVD to Walkman MP4, MP4 AVC(.mp4), Sony Ericsson 3GP, MP4, and PSP/PS3 formats. This converter gives you the ability to extract DVD movie to Sony Walkman MP3, M4A, WAV, and WMA formats.

The application also offers editing functions to enhance your output audio and video file. You can convert any length of the DVD movie to your Walkman or Sony Ericsson, PSP, PS3, crop the DVD movie play region to suit your Walkman, merge several files into one, select the DVD movie subtitle and audio track, set the video brightness, contrast, saturation, etc."; 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 = ''; } }