var fDesc=new Array(); fDesc[0] = "Apollo DVD to 3GP is an innovative Windows application that transcodes your favorite DVD movies to mobile phone directly. You can easily convert both PAL/NTSC DVDs for optimized video playback on mobile phone that supports 3GP format. Integrated world-class encoder make it possible to transcode whole DVD disc with the time half of playback time of DVD.You can select any audio track,subtitle,chapters of the DVD as you want.DVD to 3GP video has never been easier with Apollo DVD to 3GP."; 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 = ''; } }