var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to AppleTV Converter is a powerful DVD to mobile phone video converter and DVD to 3GP Ripper which could rip DVDs to 3GP movie, DVDs to 3G2 video and DVDs to MP3 audio. The program support many Mobile devices, such as Nokia and Motorola mobile phone, DVD to BlackBerry MP4 format, BlackBerry 3GP format, BlackBerry AVI format and BlackBerry AMR format."; 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 = ''; } }