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] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[3] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool.";
fDesc[4] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[5] = "regular, you probably have wasted time and energy in downloading headers off the newsgroups just to see if what you were looking for was there. Or maybe, you are smart and you tried search engines on-line. Either way, Grabit manages to make things easier for you.";
fDesc[6] = "to search and the application selects the best engines to perform the task and search all of them at once. In addition, the application offers different search criteria for repetitive searches, such as \"buy music\", \"buy books\", Newsgroups, etc.";
fDesc[7] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[8] = "upload them into your iPhone or PSP. It is possible to use various video filters to smoothen overpixelised graphics, or compress some resource files - or even use soundfonts to make the MIDI music sound more like an orchestra.";
fDesc[9] = "submit your search to query many search engines and all the results will be showed in one summarizing window.";
fDesc[10] = "consulting targeted search engines and information sources on the Web. The Quick Search allows you to search for an expression in a wide range of search engines.";
fDesc[11] = "search engines and directories ? providing a sure way for people to find your home page.";
fDesc[12] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[13] = "The content of a website is generally decided by using the \"meta\" tag in the HTML code. This program helps to increase a Web site's relevance for a particular keyword and phrase queries in the major search engines. It is really easy to do. Just start a \"new misssion\" and add the keywords.";
fDesc[14] = "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[15] = "Corporation. AGEIA PhysX as the name indicate, is used to control or helps to easily render 3D which require a realistic motion. AGEIA PhysX Engines are software components that helps mange settings, do tests on your graphic card.";
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 = '...';
}
}