var fDesc=new Array(); fDesc[0] = "ImTOO Blu-ray Creator can burn various video formats including HD camcorder videos straight onto Blu-ray discs (BD-R, BD-RE, BD-25, BD-50) and AVCHD DVDs (DVD-5, DVD-9, DVD-R, DVD+R, DVD-RW, DVD+RW, DVD+R DL, DVD-R DL).

It supports most video formats including HD camcorder videos (M2TS, MTS, TS), AVI, MP4, MKV, DV, MPEG, QuickTime Video (MOV, QT), Real Video (RM, RMVB), DivX, H.264/AVC, XviD, WMV, ASF, DAT, FLV, VOB, and 3GP. You can enjoy just about any video format in maximum 1080p resolution on your Blu-ray player, PS3 and many other devices."; 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 = ''; } }