var fDesc=new Array();
fDesc[1] = "keeping our animals happy, to achieve that you will need to meet their needs and hire staff to care for animals, besides buying buildings and attractions to meet the needs of your visitors.";
fDesc[2] = "missions that will give you the ability to manage successfully your own zoo. The tasks involve subduing, cleaning, feeding and healing skills. During the game you will be guide by the tutorial, that will make easier completing the tasks.";
fDesc[3] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field.";
fDesc[4] = "effort to restore her family name. Jane has lots of tricks up her sleeve to attract her customers, but it's going to take careful strategy and the right upgrades to keep the visitors happy in Janes Hotel: Family Hero Deluxe.";
fDesc[5] = "manage to become the best Dunder Mifflin Paper Company salesperson while you maneuver through the office, playing pranks on your rivals to slow them down, earning points by helping out your co-workers, and avoiding to get distracted by the office visitors.";
fDesc[6] = "a semi-automatic way. You just have to add the articles you want to submit, complete the articles' information, select the article site to which you want to submit them, and the program does everything for you.";
fDesc[7] = "critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.This incredible software allows you to test your web server performance under normal and excessive loads.";
fDesc[8] = "Profit Producing Technology ... \"Impact\" PopUps! In today's fast-paced world, you have to make an impact fast! You only have a few seconds to grab your visitors attention, or you risk loosing them forever. You need to control what your visitors see first, and without a doubt, the most effective way to do that is using popups. But, there's a problem. According to a recent study, it is estimated that 86% of the visitors to your website have at least one pop-up blocker installed. And to make matters worse, most of the major Internet service providers, and almost every new web browser being released are including popup blockers too! Were you one of the millions of marketers forced, against your will, to abandon one of your most effective advertising methods? It's time to fight back, and we're going to show you how to do it.";
fDesc[9] = "family which always owned hotels – a chain of them to be precise. But the time came when things went wrong and the family had to sell everything. Since that moment in her life, Jane dreams about owning her hotel.";
fDesc[10] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers.";
fDesc[11] = "rank and referrals very easily. You will easily boost your link popularity, position in search engines.";
fDesc[12] = "exotic animal and plant species. Realistic animal development from birth to aging takes place in the zoo, and users experience animal behavior and social activity depending on how well the animals are taken care of.";
fDesc[13] = "usage, referrers, browsers, download, search terms and error messages. Built-in FTP browser and support for GZ compressed log files.";
fDesc[14] = "are in the facility at the same time of the incidents of Half-Life. The modification includes very challenging and smart levels, as well as new weapons and items. Visitors is a great modification that anyone with HL should check out.";
fDesc[15] = "software offered to webmasters. It enables website operators to talk to their web site visitors Live via real time text chat.";
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 = '...';
}
}