var fDesc=new Array(); fDesc[0] = "Mobile Audio Video Ringtone Converter can convert between almost all popular video formats including AVI, MPEG, WMV, MP4, 3GP, h264/PSP MPEG4 AVC, MOV, RM, Xvid. At the same time, it converts video files to all popular audio files such as WMA, MP3, MP2, WAV, VOX, OGG,G721,G723,G726 and PCM.

The program supports many personal multimedia device such as PSP, iPod, Mobile phone, MP4 Player, PDA, and others. The application also includes a ringtone converter."; 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 = ''; } }