var fDesc=new Array(); fDesc[0] = "Want to fulfill your long time wish of playing classic Blu-ray movies with your MP4 player? XtoYsoft Blu-ray to MP4 Ripper will help you make it. It’s capable of ripping Blu-ray movies from any encrypted disc, folder or image file and convert them to SD and HD MP4 for playback. The conversion speed is much faster than any other similar tools and the output can work seamlessly with your MP4 compatible 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 = ''; } }