var fDesc=new Array();
fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[2] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[3] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature.";
fDesc[4] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other.";
fDesc[5] = "for many games. The cheat codes for any game is available in the internet now, just by a Google search. Cheatbook database is for offline use, when you need a cheat code! The program database contains tens of thousans of cheat codes.";
fDesc[6] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health.";
fDesc[7] = "changed, and to crawl your site accordingly.";
fDesc[8] = ", with this toolbar the members of Amped will have quick access to the forum along with default gadgets like streaming radio player, Weather updates, Chat for members, Email notifier and various other gadgets that can be easily added to the toolbar to make it more productive .";
fDesc[9] = "that is not all. You can enrich your Desktop experience by adding the so called Google Gadgets from the huge list available on the web site of Google Desktop Search. These Gadgets performs the most incredible and handy tasks that you can imagine and more.";
fDesc[10] = "identifier on your PC, allowing them to track the keywords you search for.";
fDesc[11] = "for files on your computer and find them almost instantly. Windows comes with an application similar to Google Desktop, but, still, many users prefer Google to Microsoft. Anyhow, Larry's Gmail Indexer could be called a plug-in for Google Desktop.";
fDesc[13] = "adding extra information (like links to Yahoo, Ask Jeeves, MSN etc) and giving the user more power over Google interface and security settings.";
fDesc[14] = "access more file formats. Allows you to customize the look and feel, manage plugins, extract compressed archives, and more...";
fDesc[15] = "this small program you can search Google for music, applications, tools, books, proxies, maps or timelines, and many other things.";
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 = '...';
}
}