var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "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[3] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign";
fDesc[4] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle.";
fDesc[5] = "webmail from work even when its blocked. Lets you help friends surf from behind iron firewalls.";
fDesc[7] = "filtered and verified results. And narrow your search by with thumbnail images of your search results.";
fDesc[8] = "the internet.";
fDesc[9] = "utility allows you download top result pages for offline analysis. Features fast downloading speed and consistent easy-to-use interface.";
fDesc[10] = "whole web or for specialist items such as books, computer games or health information.";
fDesc[12] = "information you need with WebSeeker.";
fDesc[13] = "runs from the users desktop. And did we mention it's FREE.Search Accelerator,search,mp3 search,mp3,mp3 find,web search,serch engin";
fDesc[14] = "seconds. Just tell the program about your website and it will do all the work for you! No HTML experience required.";
fDesc[15] = "filters, verifies, orders results in a single merged list. Obtaining only relevant results with automatic validation and duplicates removal.";
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 = '...';
}
}