var fDesc=new Array(); fDesc[0] = "EaseFab Video Converter Ultimate is an all-in-one multimedia toolkit. It can aid you in converting videos and DVD/Blu-ray to any format like MOV, AVI, M4V, WMV, MP4, MPEG, and rip Blu-ray/DVD to fit your mobile devices like iPhone, iPad and iPod and more with ultra-fast speed and zero quality loss.

You can also effortlessly full disc backup or directly copy main movie from your Blu-ray/DVD discs."; 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 = ''; } }