var fDesc=new Array(); fDesc[0] = "Designed for both standalone and networked operation, CatDV is highly scalable so it meets the needs of everyone from individuals all the way through to studios and large production houses.

CatDV goes further than QuickTime Pro and lets you batch compress multiple movies, and you can easily export not just whole movies but also individual scenes from within a movie file, or even a complete program defined by an edit decision list.

CatDV will catalog all your media assets, not just video tapes but also still images, audio files, Flash files, PDFs, etc. With powerful metadata capabilities (both extracted automatically and entered by the user) that can be used for searching and filtering, CatDV will help you organise all those assets - and retrieve them again when you need them."; 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 = ''; } }