var fDesc=new Array();
fDesc[1] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available";
fDesc[2] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter).";
fDesc[3] = "from the alien invasion using your spacefighter. Player can obtain various extra-weapons and special abilities by destroying enemy cyborgs, fighters and motherships. Each planet has its own cyborg types and an unique powerful boss at the last level.";
fDesc[5] = "advertise again. Easily submit multiple websites in one click. As web surfers rely more and more on search engines, like Google and MSN, it has become ever so important that you make sure everyone knows about all of your sites. How can you be sure that you are listed? How can you make sure that you have not missed one of your sites? Trust Website Submitter to handle all aspects of search engine and directory submission, such as: - Increase search engine traffic. - Easily submit multiple sites at once. - Always have the most current list of search engines and directories. - Get important back links with directory submission. - Save days of time and effort. More people are using search engines than ever before. This makes them the primary portal for many of your visitors. If you aren't listed in these engines, web users won't even know you exist. You can list your sites with all of the...";
fDesc[6] = "search engines and directories ? providing a sure way for people to find your home page.";
fDesc[7] = "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[8] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[9] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[10] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[11] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[12] = "the first page when user searches related topics in the search engine. For quite a few years, website owner have been searching a lot to cut this extra cost. TrafficSeeker is an efficient software tool which provides users the facility to enhance their positions to the top rankings";
fDesc[13] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page.";
fDesc[14] = "information that is needed to successfully promote your software. Free submission to 20 download sites utility is included. Maximize your sales.";
fDesc[15] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
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 = '...';
}
}