var fDesc=new Array();
fDesc[1] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[2] = "animals, figures, colors, order and mind process. In this game Kids will learn a lot and will have a great fun with Bob the Builder and with lots of different animals.";
fDesc[3] = "business. You must serve your customers by matching identical type of scoops of ice creams. Try to form special groups like scoop ring and giant scoops to get extra bonus.";
fDesc[4] = "listings appear on eBay. It gives you the chance to be first to grab wholesale lots when they are listed!";
fDesc[5] = "right up to 114-inch chest size.The program's easy to use Windows style interface will provide you with all the features and options you need to customize. With this program you will be able to generate your own schematics using any gauge or style.";
fDesc[6] = ", but it adds some nice features to the mix. For starters, Scoop is a multi-platform project. Thanks to the Adobe AIR framework, Scoop can work on Windows, Mac and Linux machines.";
fDesc[7] = "must use drills and hammers to break horizontals layers, picks and scoop to breaks verticals layers and to dig the breakable tiles to reach Gold, grab the gold and get to the exit.";
fDesc[10] = "include: Pop-Up Blocker, tabbed multiple site browsing, auto login, and save groups of pages.";
fDesc[12] = "higher required.";
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 = '...';
}
}