var fDesc=new Array(); fDesc[0] = "Powerful video editing software for Windows. Speed up HD video editing due to the integrated video cache technology and hardware acceleration for video decoding by means of video cards (GPU): Intel HD Graphics or NVIDIA® GeForce® .It is available for H.264/AVC, H.265/HEVC, AV1, VP9, VP8, VC-1 and MPEG-2 codecs. Record media files from your PC screen. Capture full screen or select an area to be recorded. It is possible to record video with or without audio. Draw on video anything you like, add text annotations, highlight important details with circles, rectangles and arrowed lines."; 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 = ''; } }