var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon.";
fDesc[3] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[4] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically.";
fDesc[5] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms.";
fDesc[6] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
fDesc[7] = "would like to create, this program automatically choose folders containing music files, documents or video files. You can also select additional files, folders and subfolders manually.";
fDesc[8] = "Solomon algorithm and for verifying and repairing files that are corrupt or disnamed. It can be used to verify that a set of files have not been corrupted, or for reconstructing corrupt files, if you have sufficient Parity Volumes to match the missing or corrupt files.";
fDesc[9] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player.";
fDesc[10] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen.";
fDesc[11] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this.";
fDesc[12] = "creating multimedia messages to be sent via your mobile. The tool allows you to easily get through with creating and handling of messages with images, video and audio clips.";
fDesc[13] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha.";
fDesc[14] = "Photoshop or Corel might sound challenging. It actually is. A lot of technical know-how is required in order to attain professional-looking results. AAA Logo is an application that will allow you to create your company logos in several easy steps.";
fDesc[15] = "task of creating a complete, feature rich and impressive picture gallery becomes a breeze. This application has got some brilliant features and tools that help a good deal in making a better and effective gallery having stunning looks!";
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 = '...';
}
}