var fDesc=new Array(); fDesc[0] = "FootageStudio 2 is a powerful pro video processor designed for quality, speed and ease of use, featuring complete video transformation and improvement, all in one single tool: standards conversions,color correction,HDR/SDR conversions, conversions from camera gamma and color space formats, audio synchronization with external recorders, audio conversions, trim, join and much more. Import one, tens, or hundreds of videos and produce professional quality videos in SDR and HDR ready to edit or distribute"; 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 = ''; } }