var fDesc=new Array();
fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[2] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game.";
fDesc[3] = "case you don't know the previous game, your goal is basically to fit a specific number of different pieces into a board with the shape of animal. You can rotate the pieces, but you have to very fast.";
fDesc[4] = "are also versions for Firefox and Safari) allows you to view full sized images when you browse pages like Flickr, Facebook, Friendster, Picasa Web Albums, image search results from Google and Yahoo, web sites supporting Media RSS, and many others.";
fDesc[5] = "to 28 different weapons to choose from, travelling from the sunny South to the frozen North across the whole country, and on a safari in Africa. We can play online against others members in any tournament already created or we can create our own for them to join in.";
fDesc[6] = "series! Restore shabby hometown restaurants to their former glory with Flo and her grandma.Meet six new customers, take reservations, and dress-up and train waiters.";
fDesc[7] = "popular browsers like Internet Explorer, Firefox, Opera, Safari, and Chrome. With this utility you can also backup your bookmark collection.";
fDesc[8] = "puzzle game with three modes: Action, Adventure and Bonus Game. Solve the puzzles and learn all about the animals that live on the island, and collect lots of trophies.";
fDesc[9] = "safari park. The Game was split into three different zones, the nature park, the tourist grounds and the African village. . The principal objective is for your park to get five stars. To achieve this the player has to make sure each zone is run properly.";
fDesc[10] = "other activity tracks including cookies, browser history, cache, temporary files, among others. The application features a nice and intuitive user interface that presents all the tools in a tree-like structure.";
fDesc[11] = "animals that appear in the grid, giving them the right food, before times runs out, or you run out of food. You will achieve this by picking different kinds of food and placing it adjacent to a group of similar animals.";
fDesc[12] = "beauty of Africa, and the striking scenery of China, to the unique lanscapes of Patagonia, Jigsaw Safari brings to your desktop a good combination of beautiful images with entertaining and familiar gameplay.";
fDesc[13] = "animals. This time he has taken a journey across the Atlantic to visit his friend Juma, and help him break an evil magician spell that have kept the elephants turned into rocks. In order to do that Diego needs your help.";
fDesc[14] = "traditional slot or pokie machine, but in the online world. This virtual machine allows you to play up to 25 levels and it includes a Roulette Double Up game as well as special feature Safari theme symbols, scatter symbols, and wildcards.";
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 = '...';
}
}