var fDesc=new Array(); fDesc[0] = "DVD neXt COPY Blu-ray Converter allows you to convert standard Blu-ray videos (M2TS format) and 3D Blu-ray videos (SSIF) to High-Definition formats or even 3D (H.264/MPEG-4 AVC, Apple TV h.264 720P, HD WMV, MPEG-2/MPEG-4 TS HD Video). Apart from converting to HD format, it can also convert to popular common-format videos, such as AVI, MPEG, WMV, DivX, MP4, H.264/AVC, RM, MOV, XviD, 3GP, and FLV. Most multimedia players like iPod, iPhone, Apple TV, PSP, Xbox, Zune, NDS, Wii, or mobile phones support and play these types of videos."; 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 = ''; } }