var fDesc=new Array();
fDesc[1] = "Now, you can easily create wonderful, semi-transparent XP icons. IconCool Editor can extract icons from EXE, DLL, ICL and other files, and send the extracted icons to the edit area, then save them back. IconCool Editor can edit 10 icons at the same time. IconCool Editor has begun to support the next generation OS Window Vista from now on. You can create and edit Vista icons which includes the compressed 256x256 images easily.";
fDesc[2] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used.";
fDesc[3] = "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[4] = "managing them. The user can create Windows icons from digital quality images and photos, and the applications also permits exporting of icons to .bmp files along with the fabulous capability to even determine the transparency color as well.";
fDesc[5] = "may have in our computer and external or removable device. Next, it is up to us to add it to our collection or not. It is possible to manage the icons, delete, copy to the collection or to the clipboard, and save as ICO or BMP image.";
fDesc[6] = "icons. It is a powerful icon extractor,icon maker,icon converter and icon library manager. IconCool Manager can Manage thousands upon thousands icons easily. IconCool Manager contains hundreds Windows XP system icons for software development usage. IconCool Manager lets you easily search, extract, convert, create, manage, store, archive, enlarge, reduce and distribute icons. IconCool Manager can easily export icons to CUR, GIF, JPG, PNG, WBMP, EMF, TGA, WMF, TIF and ICL file formats.";
fDesc[7] = "archives. The program allows you to export your icons into different images. You can also edit any existing icons and work with icon libraries.";
fDesc[8] = "format you wish (BMP, WMF, EMF, ICO, JPG, GIF, PNG, TIFF, PCX, PCC, DCX, PBM, PGM, PPM, TGA, etc).";
fDesc[9] = "static or animated cursors, providing all the drawing tools and advanced image manipulation functions, with an extremely efficient arrangement.";
fDesc[10] = "Exports icons to 17 format files. Create icons from Web Pages, Screen Capture. 40,000+ icons for registered user.";
fDesc[11] = "computer and save them into ICO and Icon Library file. It can completely support XP and Vista icons.";
fDesc[12] = ", PNG, PCX, J2K, TGA and RAS images by one Click. Support XP Alpha Channel icons. Image filtering Hue, Brightness, Contrast and more.";
fDesc[13] = ".ico files to another other file format. JKR Icon Extract will extract or convert icons to the following file formats:BMP, GIF, ICO, JPG, PNG, TIFF and WMF";
fDesc[14] = "entries is included and accessible through a tree-style organizational system, allowing you to categorize icons and create new libraries within them. You can search icons in the library by keywords, and even add or edit the keywords of any icon. An icon search, extraction and conversion tab lets you view icons within files and save them in various sizes as ico, cur, gif, jpg, bmp or png format images. You can also convert images from 25 formats to icons. You can export a total icon library to an ICL file. You can move icons easily using the powerful Drag and Drop functions. IconCool has some special and fascinating functions: A.) It can enlarge or reduce a transparent icon, and the new icon will be transparent too; B.) It can convert any part of a picture to a transparent icon by simply dragging your mouse; C.) It can change the color depth of icons easily; D.) The smart image...";
fDesc[15] = "icons from files in 35 formats, converts icon to files in 16 formats. Downloads 40,000 + icons from www.abbsoft.com/downic on";
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 = '...';
}
}