var fDesc=new Array(); fDesc[0] = "EasyBanner allows to create easily and quickly animated banners for your website.

It allows to create banners with a simple manner. You choose at first a composition of text and image items, then you configure these text and image items, choose the background and the edges of the banner and then you configure the animation.

Moreover, EasyBanner has preset examples of banners, background templates, a small library of images and special effects.

To put your banner on the web, the software offers a GIF Export function."; 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 = ''; } }