var fDesc=new Array();
fDesc[1] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives.";
fDesc[2] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows.";
fDesc[3] = "its own priority settings: high or low priority, planned work, approved work, etc. Well, this is useful if you have a lot of folders and you need to easily recognize the folder that you are working on.";
fDesc[5] = "Create icons for Windows (up to Vistaâ„¢ 256x256) and MacOS (up to Leopard 512x512); Create and edit icons in Image Strips for toolbars; Use an advanced icon editor with various tools, filters and effects; Create icons from images or ready-to-use objects, and more...";
fDesc[7] = "configurable special effect on each generated image. A library of 36 icons and 3D objects is included.";
fDesc[8] = "creative and brand-new functions similar to Adobe PhotoShop. IconCool supports fifty image filters including blurring, sharpening, embossing, as well as fifteen image effects, including Linear Gradient, Wave, 3D shadow, 3D button, text gradient effects and more.";
fDesc[9] = "and various image formats Completely and exactly support 32 bits icons(Windows XP icons) Easily edit animation GIF files Support PSD plug-in; Customize Windows icons Contain 500 sample XP icons Export icon images to Photoshop";
fDesc[10] = "favorite shortcut icons. You can edit bitmap images with resolution up to 256x256 pixels. It includes palettes, color mixer, effects of image browser. It includes a collection of icons and images too.";
fDesc[11] = "needs. This application works with DLL, EXE and Macromedia Flash files without changing the code. Give your projects a more professional touch!";
fDesc[12] = "for Windows 95 thru Windows Vista with Toolset's Vista icon editor. Toolset includes four integrated components that work together.";
fDesc[14] = "images in web page. 2.Saving of the extracted icons as ICO, ICL, JPG, PNG, BMP formats. 3";
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 = '...';
}
}