var fDesc=new Array();
fDesc[1] = "amount of advertising pop-up windows then your system might be defected by any type of adware or spyware. To get rid of these harmful applications use NoAdware. This software was developed for detecting and removing spyware from your computer.";
fDesc[3] = "hours of fun. The game features original 3D graphics which are good but not impressive. As in any brick breaking game, your goal is to break all the bricks using a paddle and a ball.";
fDesc[4] = "and down loading files to and from the user PC and FTP servers. The user interface enables the user to 'surf' FTP servers as easy as navigating with Microsoft Internet Explorer. It includes a URL address bar for downloading from FTP and HTTP sites.";
fDesc[5] = "optimization system that makes the process of web page downloading even faster. The program has very simple and easy-to-use interface. It includes all main functional elements that are typical for this kind of software, like history, address bar, scrolling bars and others.";
fDesc[6] = "characters are the penguins from the movie. The game isn't particularly long or difficult to complete. However, given the many tricks that you can perform, and the combos that you can make, it will probably take a while until you feel you are done with it.";
fDesc[8] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products";
fDesc[9] = "incorporating the addictive and formulaic game play of other sports titles. The gamer can surf with 6-time World Champ Kelly Slater and 8 of the most legendary surfers of all time.";
fDesc[10] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web.";
fDesc[11] = "and the tons opened windows. Using Picsplorer software surfer get only purely images, the rest is ignored.";
fDesc[13] = ", and provides complete internet surfing capabilities. It has most of the options and functionalities expected from a modern web browser.";
fDesc[14] = "and snooping tools used to watch your Internet usage. Private Surfer hides what web sites you visit, any information you supply in forms, and t...";
fDesc[15] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!";
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 = '...';
}
}