var fDesc=new Array(); fDesc[0] = "Easy Banner Creator is an easy-to-use tool for creation of animated or static banners in seconds without graphic skills. Your own banners will make your website successful and will attract new visitors.

Creates animated and static banners with standard or any sizes, defines the style of background fill: Color, Gradient, Picture, Hatch. Supports most popular image formats: BMP, JPEG (JPG), GIF, PNG, PCX, TGA, PSD, ICO and Windows Metafiles. Adds, deletes, swaps banner elements: texts and images (including animated GIFs)."; 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 = ''; } }