var fDesc=new Array();
fDesc[1] = "terrorist bases and hostile camps located in different parts of the world. Your main objective is to destroy these hostile forces and maintain your helicopter safe from attacks.";
fDesc[2] = "pages. You can use Good Keywords to find suitable keywords sets, create your customized meta tags, brainstorm product ideas, etc. The program has six different modules, each with its own utility.";
fDesc[3] = "completing games one by one. If you wish to finish the game it will be automatically saved.";
fDesc[4] = ", but it’s different from others games alike since it has twelve-in-one solitaire games which is great in order not to get bored any soon. All twelve solitaire games offer a thorough explanation of how to play in the beginning.";
fDesc[5] = "from several search engines. In addition to general web searching, it can access results from web directories, image search engines, news web sites, encyclopedias, and free software archives. Telescope searches 38 search engines including 7 in the web category.Telescope supports boolean queries with OR, NOT, and quotes, when querying search engines. If you use these advanced operators, they are applied to search engines that support them, and a simple \"all words\" query is generated for those that do not.The Verify Pages feature allows you to remove broken links and irrelevant pages without looking at them. It downloads each page, checks for your search terms, assigns the page a rank, and even updates the page's summary. There is also a Find in Results feature. A History feature keeps track of your previous searches for quick reference. There is also the option of saving a list of...";
fDesc[6] = ", Link Popularity, Site Saturation and others. Multiple URLs is supported. Keeps history.";
fDesc[7] = "evaluate free of charge for a 30-day period. If we are satisfied we can purchase it from the same site. It runs under Windows 2000, XP and 2003 operating systems.";
fDesc[8] = "games resemble each other a lot, except for some of the features that are slightly different, such as the number of pieces, attacking method, etc. The aim of both games is to catch the enemy's flag and, try to stop him from catching ours.";
fDesc[9] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site.";
fDesc[10] = "which gives information about the rank of the web page in a search engine and finding the popularity ranking as well as helping the user in his choice of keywords that are more popular and are more useful to the user.";
fDesc[12] = "locate your URLs and your competitor's Urls in the retrieved search engine answer pages include both sponsored and matched results.";
fDesc[13] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[14] = "Simple to use and it's FREE! Check whether your website ranks for one keyword or dozens of keywords. It's up to you.";
fDesc[15] = "Over 400 search engines and directories. Fast multi-threaded scanning engine delivers quick results. Unlimited projects and task scheduling.";
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 = '...';
}
}