var fDesc=new Array(); fDesc[0] = "Sothink HD Movie Maker can convert and burn various formats of videos to Blu-ray Discs (BD) and DVD (AVCHD), and play them on Blu-ray players (including Sony PlayStation 3). Almost all kinds of videos are supported by HD Movie Maker including WMV, MKV, AVI, DivX, XviD, MPEG, MP4, QuickTime Movie (MOV, QT), Real Video (RM, RMVB), H.264/AVC, M2TS, FLV, etc, which can be coded to the high definition videos. This HD Movie Maker can burn videos to BDMV on Blu-ray Discs such as BD-R, BD-RE, BD-25, BD-50, etc. Furthermore, it also can burn Blu-ray movies into high-definition AVCHD on regular DVD including DVD+R, DVD-R, DVD+RW, DVD-RW. The outputs, also called BD5 or BD9, can be only watched on BD players or Sony PS3."; 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 = ''; } }