var fDesc=new Array();
fDesc[1] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[2] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares.";
fDesc[3] = "finder and picture downloader are used to search and download images on the web. Keywords are used to execute a search. The images are searched based on size and resolution.";
fDesc[4] = "matching online CD/DVD covers. The program allows you to preview these covers and save the ones you like to your computer. You can also upload your own covers to the Internet.";
fDesc[5] = "user-friendly visual image list. This also stores found icons in a database and compresses them.";
fDesc[6] = "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[7] = "information, search a ip geographic location.";
fDesc[8] = "network computers instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[9] = "images and downloads them rapidly, making it easy for you to reuse and manage these images later.";
fDesc[11] = "matching your keywords from more then 7 billions web pages. It works at speeds of up to 20,000 email per hour!";
fDesc[12] = "searches in concrete sites. Regular expressions can be used in search queries.";
fDesc[13] = "instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[14] = "developer's website. We can use it for a 30-day period or after downloading 50 images. It searches the Web for all the images in .gif and .jpeg formats and downloads them to our hard disc, so we can see them later. It uses the popular Google browser.";
fDesc[15] = "creating Java search engine on Web site. The applet that you make with Applet Site Content Searcher can explore any web site";
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 = '...';
}
}