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[3] = "games. It is based on a futuristic sci-fi plot with 2D isometric perspective graphics, in which three races from different planets, Terra, Protoss and Zerg, are fighting for supremacy and survival.";
fDesc[4] = "benchmarking for desktop and laptop PCs and workstations. It has a System Information tool that displays advance system configuration information, and it also possesses advanced online Result Browser functionality.";
fDesc[5] = "for motion graphic designers, animators and visual effects artists. combustion 2 is a powerful, resolution-independent , vector paint, animation and compositing solution for multi-format work from the web to video and HDTV to feature film. combustion 2 is available for both Apple Macintosh (OS 9.x, OS X) and Windows (NT, 2000) systems and features an advanced object-oriented architecture with extensive caching, multiple views and real-time loop playback. combustion 2 is setting a new standard for interactive performance on the desktop.";
fDesc[6] = "you to create and manage all graphic resources in a unified environment. This incredible program fully supports the SVG file format, allowing you to preview SVG files in a Web browser and export images in a variety of file formats.";
fDesc[7] = "lifecycle, applications' structure, etc using the UML standard. Different modeling methodologies can be implemented using this UML software. This UML tool performs reverse and forward engineering in C++, Java, PHP, and Python.";
fDesc[8] = "in a unified environment. This incredible program fully supports the SVG file format, allowing you to preview SVG files in a Web browser and export images in a variety of file formats.";
fDesc[9] = "resources in a unified environment. This incredible program fully supports the SVG file format, allowing you to preview SVG files in a Web browser and export images in a variety of file formats.";
fDesc[10] = ", the package suports Booch OOD, COM and OLE, Data Flow Model, Enterprise Application, Jacobson Use Case, Jackson, Flowchart, Nassi Schneiderman, ROOM, Shlaer-Mellor OOA, SSADM and Yourdon and Coad diagrams through the availability of suitable stencils.";
fDesc[11] = ", hierarchical tasks and deadline specification it makes easy for you to plan your tasks with such an advanced and though free tool.";
fDesc[12] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles.";
fDesc[13] = "to have a set of solutions that makes processing your data easy. Get your free demo version now.";
fDesc[14] = "shows the forecast for 10 days either on the calendar, or in a system tray, or on a special side-bar. Besides of the possibility to view the weather forecast, in this calendar there is a reminder, a datebook, the list of tasks and much more.";
fDesc[15] = "The unified Catalyst software suite delivers a full software solution for supported Microsoft Windows and Linux operating systems. Catalyst Driver: This is the backbone of the entire Catalyst software that accelerates your 2D desktop and 3D applications (using either the OpenGL or Direct3D components) Catalyst Control Center: This is ATI’s new user interface that revolutionizes how users interact with their ATI graphics accelerator – users can very quickly setup and configure their graphics accelerator settings using the Catalyst Control Center Hydravision (HV): A separate software package that allows users to more efficiently organize multiple applications across multiple displays – great for business users Multi-Media Center (MMC) and Remote Wonder (RW): Separate software package designed to provide the ultimate multi-media playback experience** Note that a All-in-Wonder...";
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 = '...';
}
}