var fDesc=new Array(); fDesc[1] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension."; fDesc[2] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with..."; fDesc[3] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[4] = "more rapid and precise than ever through an improved set of tools. Create a prototype of Adobe AIR, directly in Adobe Fireworks , ready to be implemented in HTML and CSS, Adobe Flex or SWF."; fDesc[5] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!"; fDesc[6] = "many different kinds of fire events on your screen. It has a lot of configurable options that will allow you to personalize what you want to see. Flames and fireworks are very realistic. You can configure the colors of the flames and explosions of the fireworks."; fDesc[7] = "also from Adobe (formerly Macromedia). It is compatible with Windows XP with Service Pack 2; Windows Vista all flavors (32 bits editions) and requires1GB of RAM, 1,024x768 display with 16-bit video card."; fDesc[8] = "through both land and air. Rockslide - Boulders tumble downhill, damaging and burying opponents. Lightning Rod - Calls lightning down from on high. Star Dust - Dust flies everywhere causing damage and confusing sensors."; fDesc[9] = "complete fireworks show including hue transitions, atmospheric conditions, gravity, burst styles and many other properties."; fDesc[10] = "sit back and relax watching a magnificent display of fireworks, configurable the way you desire. Or maybe it will keep you on your feet waiting for the next explosion and shower of sparks."; fDesc[11] = "years and others brought happiness to your life, they announce the time when gifts are coming. Remember every holiday with your family, kids playing around."; fDesc[12] = "the latest game sensation. Use the vast array of glorious technicolor fireworks at your disposal and produce your own personalized fireworks extravaganza."; fDesc[13] = "celebrating something. Whether New Year, Christmas, Independence Day or any other important celebration, it is usually not complete without a dazzling display of fireworks in the sky."; fDesc[14] = "empty fireworks with the right gems. We can use mouse to move the gems and the right button to rotate them. We can throw away the unwanted gems to the trash. But be very careful, game will be over when the conveyor is full. In order to pass a level we must fill the bar."; fDesc[15] = "and night and fireworks, this screen saver could be of your like. Beautiful tall skyscrapers in front of the scene, and rising from behind amazing and colorful fireworks blowing away, decorating the deep black sky and the nice and sweet moon on the side."; 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 = '...'; } }