var fDesc=new Array();
fDesc[1] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[2] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money.";
fDesc[3] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best.";
fDesc[4] = "displays ads from our partners. It is easy to install and uninstall. It?s not spyware or malware and doesn?t come bundled with other software.";
fDesc[5] = "with luxury high class style, elegant atmosphere. Play your favorite games from the comfort of your home!";
fDesc[7] = "casino games from the confort of your office or home. Playgate Casino brings to you a complete range of more than 100 casino games, including, poker, blackjack, slot machines, and classic card games with all the betting options of a land-based casino.";
fDesc[8] = "By the time your competitors start to see what's going on, you are already making money from the next killer product.";
fDesc[9] = "type of word processor. Even people without any experience will be able to quickly and easily get ebooks out fast.";
fDesc[10] = "recipe-themed pages! It's simple to use, just enter your domain name and AdSense Publisher ID.";
fDesc[11] = "Demon xml file. Use Google Trends form to see if something can affect your auction sites. Track PageRank, Keywork pos.";
fDesc[12] = "rigorous testing for reliability by an independent third-party.";
fDesc[13] = "reselling the item for a profit. Or just save some money finding deals for yourself.";
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 = '...';
}
}