var fDesc=new Array();
fDesc[0] = "FontTwister is the fastest and easiest way to create dazzling text effects.
Main Features:
- Use high impact, anti-aliased text for logos, 2D and 3D headings in letters, web graphics, banners, buttons, presentations or flyers.
- Add glows, bevels, embossing, transparency, texture, edges, soft shadows and blurs to your text or apply one of the dozens of built-in styles.
- FontTwister is a very fast and compact program (2.8 MB). It doesn't need OpenGL, DirectX or other libraries.
- If you compare FontTwister with its competitors, then you will find out that FontTwister has the lowest price relative to its feature and quality.";
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 = '';
}
}