var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
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] = "the UPC A, UPC E, ITF, Code 128, EAN 13, EAN 8, UCC/EAN 128, Code 39, Code 93, Codabar, and Postnet codes, and the whole 2/5 code family.";
fDesc[4] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[5] = ", Spellcheck, Agenda, Calendar, Recycler, 10 skins, multi-Lingual Editions, Favorites, Hyperlinks, Images+Icons,Auto-dial , etc.";
fDesc[6] = "PDF, RTF, images and more!";
fDesc[7] = "format, which is very necessary to make it readable and understandable. It helps to re-indent the code and supports more than 10 file formats. It also supports printing the documents in HTML and converting them to PDF, RTF, images, etc.";
fDesc[8] = "create and print advanced reports. The C# code can be formatted and indented according to the preference of the user. The C# documents can be printed and converted into PDF, RTF, images and many more formats.";
fDesc[9] = "Export. Convert your C/C++ documents to PDF, RTF, images and more!";
fDesc[11] = "Convert your Text/ini documents to PDF, RTF, images and more!";
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 = '...';
}
}