var fDesc=new Array();
fDesc[0] = "Liven up your website or blogs in seconds with BannerZest. It's the fastest and easiest way to add punch and movement to your still images online, and get professional-looking slideshows. Integration with all major web site editors is a breeze!
Social websites are supported too.
All you have to do is select, drag and drop the images you want into a designated area. Then choose among BannerZest's menu of creative pre-set animated themes, click and you're done!";
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 = '';
}
}