var fDesc=new Array();
fDesc[1] = "framework for this. The game includes the M3 car and the Nurburgring race track. You can race in single player or multi-player mode. It is a good solid package that you can get for free.";
fDesc[2] = "the year 1960 of an alternate history. Your plane crashed just in the middle of the Atlantic Ocean and you're the only survivor.";
fDesc[3] = "popularity, save time with directory submissions and increase your website's Google PageRank.";
fDesc[4] = "maths program to create activities that promote and teach theorems, introduce concepts, and model real life situations in an easy to understand way with Cabri 3D's visualization tools.";
fDesc[5] = ", services and products with customized jigsaw puzzles. Jigs@w Puzzle Promo Creator works as a wizard that helps you to create your own promotional jigsaw puzzle games in a fast and easy way.";
fDesc[6] = "or promote your services with a custom screen saver. Protect your work and distribute your SWF animation to as many viewers as possible";
fDesc[7] = "text, picture and multimedia messages over Bluetooth technology to mobile and handheld devices.";
fDesc[8] = "rank and referrals very easily. You will easily boost your link popularity, position in search engines.";
fDesc[9] = "office. Easy Adder automates the daunting task of adding friends, sending messages, and leaving comments.";
fDesc[10] = "there are easy and powerful programs to help you in this task. Cyberfetch is one of those useful programs. With this application you will be able to submit your websites to the main search engines and directories around the world within a few minutes.";
fDesc[11] = "RSS feeds. Update the content through the network. All features included in Web Screen Saver 2008";
fDesc[12] = "included in the program, but also allows you to add your own, keep them perfectly organized and gives you a starting point to build your complete cookbook, thanks to the recipes already included in it.";
fDesc[13] = "after sleeping.";
fDesc[14] = "By the time your competitors start to see what's going on, you are already making money from the next killer product.";
fDesc[15] = "promote your ezine through hundreds of ezine directories, announcement lists, free ad sites, and more. Increase your subscribers, market your ezine -- with a few simple clicks of your mouse. You earn a generous 35% commission on each sale plus another 5% on all your sub-affiliate sales. Complete marketing toolkit and support provided.";
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 = '...';
}
}