var fDesc=new Array();
fDesc[1] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior.";
fDesc[2] = "it. If you don't take care of it, eventually it will dry and die. Each plant is different. The effects are random. DesktopPlant will let you grow and take care of flowers on your screen.";
fDesc[3] = "tools and options. The user needs internet connection to work with the software. It features a category list with an option to choose annuals.";
fDesc[4] = "accounting needs. Whether you sell products or services, Simply Accounting has all you need to run your business. It automates everything from making purchases to making sales and everything in between. It's even flexible enough to meet the most demanding payroll requirements. With Simply Accounting, all the information you need to make important business decisions is at your fingertips in easy-to-read reports and graphs. Simply Accounting is your key to growth and profits.";
fDesc[5] = "bigger entities than you and persecute smaller things. You have to eat them and grow big enough to eat the others.";
fDesc[6] = "him to survive in the sea eating the fishes that are smaller than you, and avoiding to be eaten by fishes bigger than you. As you eat smaller fishes, you grow bigger, and so you can eat bigger fishes, that become smaller than you.";
fDesc[7] = "different species. That information includes colorful pictures to get to know plants and flowers that might not be able to growth in your region of residence. It comes in three different versions: Free Edition, Standard Edition ($27.03), and Professional Edition ($94.95).";
fDesc[8] = ", small bay right by the sea shore, exotic nature, huge rocks, cascade of falling water, smooth sea, butterflies fluttering from the flowers, natural growth, and birds flying in the sky.";
fDesc[9] = "growth percentiles. If you use growth chats daily, you will find HealthWatch Pro is a very useful software.";
fDesc[10] = "less than 30 minutes a day. Includes an option to purchase 30 online consulting sessions.";
fDesc[11] = "information including dimensions for measuring gear, known as an over wire dimension, conversion calculator, and more.";
fDesc[12] = "individual investments and final balance. It includes account management with reminders, multiple currency, and consolidated balance in any currency.";
fDesc[13] = "the nodes huge thorns emerge. As the nodes and thorns grow they create a whole scene on your computer screen.";
fDesc[14] = "of data. View up to 10 years of Sales, EPS, Price, Return, Retention Ratio, ROE, Sustainable Growth, Equity, Asset and Revenue Efficiencies. Calculate Risk vs. Reward ratio. Check if current price is in Buy or Sell zones. Open .ssg files from NAIC or CSA. Get .ssg data from net (no fees), or download .ssg files from NAIC's website (fees apply). Fetch detailed current stock quote info from net, along with chart of intraday or historical stock prices and volumes, from 1 day - 10 years. Plot multiple price graphs on the same chart. Perform 10 categories of Fundamental Screens for stocks displaying Value, Growth, Income or Quality (no fees). A must for the individual investor, member of stock investment club, or professional investor.";
fDesc[15] = "parents learn parenting skills and promote baby's development.";
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 = '...';
}
}