var fDesc=new Array(); fDesc[1] = "it is to use! Everything is \"drag and drop\". No need to know HTML or any other techie language, its as easy as painting by numbers!"; fDesc[2] = "applications and lots more, without even knowing bare basics of programming. It comes with many impressive features facilitating the user to create small size stand alone apps, such as games, installation programs and similar things without spending lot of time."; fDesc[3] = "in no time. This real time demo building tool allows you to create stunning audio-visual Flash movies and demonstrations with no much effort. The amazing tool provides smooth features for building flash movies by staff members, educators and marketing personnel."; fDesc[4] = "provides back tester, optimizer, charts, journals, statistics. The program?s automatic system generator build a profitable strategy in minutes."; fDesc[5] = "capture, records keypresses and mouse movements. Add artworks and multimedia components. Publish to Flash Movie, DVD, EXE."; fDesc[6] = "popular audio formats (MP3, WMA, WAV, MIDI, AIFF, SND, etc); over 120 special effects; and much more!"; fDesc[7] = "with visible and audible mouse movements. Perfect for interactive demonstrations, software simulations, online tutorials, and e-Learning material!"; fDesc[8] = ", quizzes, etc. The system enables the creation of e-tests in visual mode."; fDesc[9] = "dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!"; fDesc[11] = "castles, dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!"; fDesc[12] = "InstaFlash Designer works within the browser so you can permit other to design web pages (over the internet) using your product."; fDesc[13] = ", dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!"; 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 = '...'; } }