var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to HTC Converter is the first and best DVD Converter for HTC series mobile phone, which could rip DVD and convert DVD to HTC phone video format: MP4, AVI, WMV, H.264, MP3, WAV, and so on. With this professional DVD to HTC ripper tool, you could enjoy dvd movie on your HTC cell phone easily."; 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 = ''; } }