var fDesc=new Array(); fDesc[0] = "With this program you can watch blu-ray movies on your iPad. With this program you can easily convert Blu-ray M2TS movies to iPad H.264 HD, H.264 or MPEG-4 video files, extract Blu-ray soundtracks as iPad AAC, M4A or MP3 audio format, or capture your favored movie images from Blu-ray movie in batches. AVCWare Blu-ray to iPad Converter works on Windows XP (SP2 or later), Windows Vista, Windows 7."; 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 = ''; } }