var fDesc=new Array(); fDesc[0] = "FreeFrame is an open-source cross-platform real-time video effects plugin system. It provides a framework for developing video effects plugins and hosts on Windows, Linux, and Mac OSX.

Freeframe is currently supported by many host applications including for example EyesWeb, VJamm, Resolume, Flowmotion, EffectTV, Isadora, VisualJockey, After Effects, Elektronicka, Gephex, VVVV, Macromedia Director.

Over 150 FreeFrame plugins are currently available from many developers."; 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 = ''; } }