var fDesc=new Array(); fDesc[0] = "Bororo 3D is a plugin for Sony Vegas and any other video editor that supports Sony Vegas DirectX plug-ins. With Bororo 3D you can edit and produce stereoscopic videos.
It allows you to composite the left and the right video streams into a single stereoscopic stream, such as anaglyphs viewable with 3D glasses, videos interlaced horizontally (as in field-sequential DVD) or vertically or in a checkerboard format, left/right suitable for YouTube 3D format, above/below, as well as left-only or right-only. You can produce predefined anaglyphs or create your own anaglyph format."; 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 = ''; } }