var fDesc=new Array(); fDesc[0] = "EasyBanner Free is free software that makes it easy and simple to create banners in GIF format. The design method is simple and you have the possibility to specify everything in the banner: background, texts, images, styles and animated effects.

You may create a banner from ready-to-use examples (very quickly) or design it yourself in standard mode. The software offers many attractive animated effects that you may use for your texts. When your design is finished, you have a GIF Export functionality to have a GIF image ready for the web."; 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 = ''; } }