var fDesc=new Array();
fDesc[0] = "Sapphire Plugins is a package of image processing and synthesis effects for use with Adobe After Effects and compatible products. It includes over 220 plug−ins, each with many options and parameters which can be adjusted and animated for an unlimited range of results.
Sapphire Plug-ins should work on the following AE plug-in compatible host products and versions:
Vendor Product Versions OS
Adobe After Effect CS3, CS4 and CS5 Windows and Mac OS X, including Mac Intel
Adobe Premiere Pro CS3, CS4 and CS5 Windows and Mac Intel
Sapphire Plugins includes over 220 state-of-the-art plugins, image processing and synthesis effects such as: glows, light rays, lens flares, lightning, film damage, fire and fluid effects, for use with Adobe After Effects and compatible products.";
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 = '';
}
}