var fDesc=new Array();
fDesc[1] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools.";
fDesc[2] = "compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others. GTK+ has a large development community, as can be seen by the lists of contributors in GTK+ release announcements.";
fDesc[3] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[4] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[5] = "computer. When you load DriverGuide, the software immediately begins to list the devices on your computer, and you will be able to see all your drivers perfectly categorized. The application will also help you to search for driver updates and make a backup of all your drivers.";
fDesc[6] = "utilities are very helpful in many cases. Flash Memory toolkit contains an Info utility which provides you with a detailed information about your USB Flash drive like capacity in megabytes and bytes and total number of sectors, total used and free space.";
fDesc[7] = "applications that run on certain devices. This toolkit consists of build tools, utilities and a device emulator. It must be ensured before installation that you have an appropriate Java SE environment preinstalled in your system.";
fDesc[8] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop.";
fDesc[9] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[10] = "you publish server changes, troubleshoot connection issues or collect logs data from your client computer for further analysis. It Requires Microsot .Net Framework 2 and Microsoft Installer 3";
fDesc[11] = "which, working together can help you to keep your computer running fast and safe. This index-like tool will organize the wide variety of options available into what is so called “packages,” so you can gather all the required “pieces” without losing much of your precious time.";
fDesc[12] = "several technical maps and drawings from raster to vector formats. Using this program, you will be able to scan a paper drawing and then represented in a vector format that can be imported to a drawing program.";
fDesc[13] = "ActiveXperts SMS and MMS Toolkit for the same. You can also directly use this toolkit to send and receive SMS and MMS. It is also able to deliver ringtones, pictures and WAP etc. To deliver your messages or content it gives you a wide variety of options for full flexibility.";
fDesc[14] = "Product keys, support file format, versions, paths, defaults are some of the key information stored in the registry. Registry Toolkit provides a functional easy to use interface to edit the complex system of registry entries.";
fDesc[15] = "website that can be viewed on any mobile phone and other mobile content such as multimedia messages. This toolkit contains a wide range of editing tools and help files, along with a series of emulators which allow seeing on a computer screen how the site will look on a mobile phone.";
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 = '...';
}
}