var fDesc=new Array(); fDesc[0] = "Aleo Flash Intro Banner Maker enables you to create Flash intros, banners or ecards without the need for any Flash programming. It offers a step-by-step wizard interface with real-time preview of the banner in progress. You can choose from an arsenal of ready-to-use animated background and text effects and customize them to your preference. You can further adjust font styles, banner size, border, fill style, preloader and other properties. The result can be saved to SWF, GIF or AVI movie and the HTML code copied to the clipboard."; 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 = ''; } }