var fDesc=new Array();
fDesc[0] = "Create your own logos with LogoSmartz, the logo design software. Get a professional, attractive logo in minutes! No knowledge of graphic design required!
Easily customizable, add special effects to text and symbols
The new LogoSmartz offers various incredible effects that you can apply to text and symbols. Blur effect has been added to Logosmartz. The existing effects include Gradient effects, Shadow effects, Bevel effects, and Outline effects. Using these, you can create many distinct logo options.
Import Fonts
You can import your system fonts to Logosmartz and use them as and when you like.
Layers
With the new Layers feature you can control the position of various objects in your logo; you can place a more important object over the other and create different effects.";
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 = '';
}
}