var fDesc=new Array();
fDesc[1] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software.";
fDesc[2] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies.";
fDesc[3] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time.";
fDesc[4] = "MySQL Administrator 1.2.9 MySQL Query Browser 1.2.9 rc MySQL Migration Toolkit 1.1.9 MySQL Workbench 1.1.9 alpha.";
fDesc[5] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them.";
fDesc[6] = "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[7] = "blocks to hit form 3D multi-level structures, such as buildings, planes, giant dolls, etc. that collapse level after level when you hit them. Each level begins with an aerial view of the board.";
fDesc[8] = "globe. Keep in mind that all across the globe users are now using more of flash videos and files to present their views with more multimedia packed features Alpha Interactive team has developed SWF Player. SWF Player is a smart and simple flash file player to play SWF files.";
fDesc[9] = "different formats like AVI, ASF, WMV, DivX, XVid, 3ivx, MP4. It can also convert video to AVI, trim video by setting start and end points, and output to common formats.";
fDesc[10] = "cube slice by left clicking over the cube and moving to the desired direction. You can move the whole cube by holding the right mouse button. You can also zoom in or out, using the cursor movement keys.";
fDesc[11] = "have to investigate an illegal basis from which their miners are disappearing. Soon you will discover that nothing is what it seems in this asteroid and his survival options depend of your reflexes.";
fDesc[12] = "import, export and conversion. Winner of PC Magazine Editor's Choice award and CRN Database of the Year.";
fDesc[13] = "many options and features that can be added to your cursors so you will not just have high quality, but also the look and characteristics you want. The edges are clearly defined and the software uses alpha channeling which allows variable transparency of a cursor.";
fDesc[14] = "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[15] = ", JPG, TIF, WMF, EMF, PNG, PCX, J2K, TGA, RAS and ICO files.The utility supports different icon sizes and colors such as Monochrome (1 bit), 16 Colors (4 bits), Grayscale (8 bits), 256 Colors (8 bits), etc.";
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 = '...';
}
}