var fDesc=new Array(); fDesc[0] = "Modiac Blu-ray ripper is a great conversion tool, that can decrypt any Blu-ray discs you want and convert them into any kind of media format, such as common video formats (DVD, VCD, Mpeg4, AVI, MP4, MKV, WMA, FLV, RMVB), popular consoles, such as iPhone, iPad, iPod, PS3, PSP, Wii, NDS, and smartphones. It can also rip Blu-ray to all audio formats, such as DVD, MP3, MP4, M4A, WMA, WAV, AC3, and DTS."; 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 = ''; } }