var fDesc=new Array(); fDesc[0] = "This BestHD Blu-ray Converter pro helps you convert blu-ray DVD/DVDs to almost all popular video and audio formats with high quality and converting speed.

With its help, you can preview, convert and clip blu-ray movies. It can convert Blu-ray DVD/DVDs to HD and standard video formats and play them on your portable players such as iPod, IPAD, iPhone, Gphone, PSP, PS3, Windows Mobile, Xbox, PMP, Pocket PC, 3GP Mobile Phone, ect. It supports output formats as : AVI, MP4,MKV,RM, DV, WMV, MPEG, MOV, ASF, FLV,, VOB,DAT, TS, flac, wav, mp3 etc"; 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 = ''; } }