var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "have experienced a system meltdown that leaves you with a frozen screen and nothing you can do about it. This application could be a solution. AntiFreeze is a last resort for making your system responsive again.";
fDesc[4] = "much fun! There are three ways to play: solitaire, vs. the computer and with friends. You could also choose Triple Yahtzee, where you have three chances to improve your scores.";
fDesc[5] = "DVD movies. The main use of this application probably will be to convert your media files to a DVD movie. This feature works great. The list of supported formats is extensive and chances are that this program is all you will need to convert a file to a DVD movie.";
fDesc[6] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations.";
fDesc[7] = "have several computers on the network and need some information about them. Find MAC Address carries out a rather simple task, but it allows you to get a lot of information. It can identify the MAC address of any computer connected to your network.";
fDesc[8] = ", ie. an application or service that bids during the last few seconds of an auction automatically. If you have been outbid during at last possible minute, chances are that the other bidder was using an application like this.";
fDesc[9] = "any other images at any time. The recipe of effects is stored inside the saved images and can be easily reused in other pictures with additional control as contrast, hue (color tonality), saturation etc.It can also handle effects of images captured with the companion -optional- program PhotoChances Explorer (slideshow)";
fDesc[10] = "predicting the behavior of opponents. PokerStrategy Equilator is a tiny application that allows to count winning chances by analyzing card combinations of players.";
fDesc[11] = "to have all their information readily available at a couple taps distance. That is a great thing to have, but it is also a dangerous approach. Everyone wants an iPhone, and so do thieves.";
fDesc[12] = ", in a very intuitive and funny way. Within the program, you can handle a robot that moves on flowcharts that you design. You can change the playing area by adding objects and other robots, besides you can increase your chances rising up the levels.";
fDesc[13] = "an effective blocking barrier against such damaging software. The program is vey light and easy to use, as well as powerful.";
fDesc[14] = "activity of watched items or items with scheduled bids Import watched items from eBay List filter to show only the items you want (active, won, lost, etc) Leave notes for items Use up to 4 eBay accounts (add more at an extra cost) Install on as many computers as you want Supports international eBay websites More";
fDesc[15] = "battling a noisy recording environment, SoundSoap Pro scrubs away problems leaving nothing behind but sparkling clean results. SoundSoap Pro offers unparalleled noise reduction and audio restoration with a minimum of tweaking, and greatly reduced chances of undesirable sonic artifacts. Competing high-end solutions may do a decent job, but are typically complex, costly, and cumbersome in some cases forcing you to tweak hundreds of controls before you can get close to your desired results. SoundSoap Pro combines, all in a single plug-in, three restoration tools BroadBand, Click & Crackle, and Hum & Rumble plus a sophisticated Noise Gate, for that final polish. A unique, fully integrated interface means you're only one click away from a complete arsenal of tools. SoundSoap Pro it'll leave your tracks sparkling. Without taking you to the cleaners.";
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 = '...';
}
}