var fDesc=new Array(); fDesc[0] = "DJI transcoding tool is a program that can be used to convert videos recorded in DJI Phantom 3 and Inspire 1 drone cameras. Both of those devices are capable of recording in 4K or 1080p HD quality. This program can transcode MOV and MP4 videos from these camera to Apple ProRes codec."; 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 = ''; } }