var fDesc=new Array(); fDesc[0] = "4Media Blu-ray to iPad Converter helps you rip Blu-ray movies to iPad H.264 HD, H.264 or MPEG-4 formats or Blu-ray soundtracks to AAC, M4A or MP3 formats. It helps you convert Blu-ray M2TS movies, rip Blu-ray soundtracks or extract Blu-ray movie images in batches. The program also allows you to clip segments from your movie, to crop movie frames, to split and merge videos, to attach your own text or picture label to your movie or to add all sorts of great artistic effects prior to Blu-ray to iPad conversion."; 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 = ''; } }