var fDesc=new Array();
fDesc[0] = "Integrated 2D and 3D Title Animation
From innovative lower thirds to silky-smooth credit rolls and trendy type-on animations, Boris Graffiti remains the gold standard for title animation across platforms and video editing software applications. Achieve one-of-a-kind effects with built-in text paths, jitter, or randomization. Expand in 3D with powerful and realistic 3D extrusions complete with reflections, bump maps, and lights or wrap your text around a 3D sphere. Create your own unique looks or draw from a vast library of presets and styles.";
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 = '';
}
}