var fDesc=new Array(); fDesc[0] = "A professional Blu-ray Disc ripper and Blu-ray M2TS video converter, ImTOO Blu Ray Ripper is the ideal solution for ripping and converting Blu-ray movies. Rip Blu-ray movies to HD video formats (H.264/MPEG-4 AVC, Apple TV H.264 720P, HD WMV, MPEG-2/MPEG-4 TS HD Video) and convert Blu-ray M2TS video to common video formats (AVI, MPEG, WMV, DivX, MP4, H.264/AVC, RM, MOV, XviD, 3GP, FLV). You can even rip Blu-ray audio to MP3, WMA, AAC, WAV, OGG, FLAC, APE, M4A, RA, AC3, MP2, AIFF, AMR, and SUN AU 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 = ''; } }