var fDesc=new Array(); fDesc[1] = "web page, and it has amazing and beautiful and realistic background effects. You can easily change font, text, color and layout, in a really fast way. You can preview your \"art\" in the movie preview window and increase or enjoy your banner! This program is made by Flash development."; fDesc[2] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs."; fDesc[3] = "very compact Flash tool based on a wide range of Flash templates. The unique thing about Anim-FX Flash intro and banner builder is that the positioning of the text and the number of text lines is flexible."; fDesc[4] = "files, intros and ads in a few steps without any graphic design knowledge. The user interface is really simple and intuitive with only one window and multiple tabs, although not very attractive. To create any object you just need to follow the offered steps."; fDesc[5] = "quickly creates complex text and image effects with just a few clicks of the mouse."; fDesc[6] = "and powerful tool to create a Flash animated intro and banner without any Flash knowledge using a wizard-driven user interface."; fDesc[11] = "Simply select a design from the intro templates included and start customizing it with your own text. In minutes you can be done with an intro"; fDesc[13] = "intro templates included and start customizing it with your own text. In minutes you can be done with an intro"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }