var fDesc=new Array(); fDesc[1] = "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[2] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; fDesc[3] = "stand alone applications requiring a more effective look. Easy creation of button collections and navigation bars."; fDesc[4] = "Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result."; fDesc[5] = ", animated 3D clipart, and more. It takes your favorite2D or 3D artwork and instantly makes it run, bounce, bow, spin, or lau..."; fDesc[6] = "toolset puts creativity and cool Web features in the hands of the non-design professional. Download the beta version today to try this innovative Web graphics program. Explore graphical styles and apply dazzling effects to text, shapes, and images. Produce JavaScript rollover effects, image maps, and optimized graphics in a few quick steps. Then batch-create Web graphics to transform ordinary Web layouts into extraordinary Web pages instantly."; fDesc[7] = "switchboard menus that you can use with your application."; fDesc[8] = "react to the presence of the mouse cursor. Adds a nice cosmetic touch to your application."; fDesc[9] = "imagination could suggest. And it does all this by simply manipulating some images with a visual interface, without writing cod..."; fDesc[10] = "the html code for your galleries. Batch resize, rotate, generate thumbnails and add watermarks to your photos."; fDesc[11] = "programming skills."; fDesc[12] = "knowledge."; 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 = '...'; } }