var fDesc=new Array(); fDesc[0] = "Everything the editor's heart desires!
Exclusive fade-ins, subtitles, crawls also in 3D - Clever fade-ins with unique effects - professional credits - multimedia trailers created from a mixture of photos, videos and titles - impressive video walls with hundreds of parallel video sources - Visualising itineraries with moving objects on pathes - DVD-Menue-backgrounds

Plug-ins for (e.g.) Adobe Premiere V6.5 - Adobe Premier PRO from V1.0 - Adobe Premiere Elements from V1.0 - Canopus EDIUS from 2.5 - Canopus Let"; 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 = ''; } }