var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to Mobile Converter is powerful and excellent DVD to Mobile Phone Converter software. As the best DVD to Mobile ripper tool, it provides rich options for you to customize the video output. Rip DVD to cell phone video and audio formats: 3GP, AVI, WMV, MP4, WMA etc, and support all the popular mobile phone devices."; 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 = ''; } }