var fDesc=new Array(); fDesc[0] = "Mini DVD to 3GP Converter is an application that helps you rip and convert DVD to 3GPP (3gp), 3GPP2 (3g2), MPEG1/2 (mpg), MPEG4, MP4, AVI, RM video formats and MP3, AAC, M4A, RA, WAV audio formats. This program allows you to convert DVD to 3GP by custom file size, rip DVD's any segment to 3GP mobile phones video, split the output file to several files to fit your phone, select target subtitle and choose audio track, and so on."; 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 = ''; } }