var fDesc=new Array(); fDesc[0] = "In this software, you can identify different projects, with different initial parameters, as the destination directory of the processed films, capture mode used, the type of film (film or tape), the output codec, if the film is sound.

Specific windows are available for each type of settings. Among these settings, you can: cut a sequence (Trim), make a color optimization, improving the sharpness, remove or add grain, remove tasks and stripes, adjust volume and tone audio"; 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 = ''; } }