var fDesc=new Array();
fDesc[1] = "you if you use Firefox regularly. The looks are a bit different, but what makes this browser different is the integration of several social networking and multimedia sharing services.";
fDesc[2] = "over the world. You can search for stations by keyword or simply search by music genres included in the toolbar such as Rock, European, Dance, Pop and Hip hop.";
fDesc[3] = ", music, among many other genres. It allows you to add your favourite stations with a click of a button and access to AOL Radio anytime you want.";
fDesc[4] = "in IE, Firefox, and Flock: your login credentials, credit card numbers, passwords, search terms, Java, Flash, PDF Forms, as well as your web email. It performs the encryption at the keyboard driver level and decrypts them in the destination application.";
fDesc[5] = "Internet. Once you \"clip\" something, you can share with others on the web, including Facebook, your blog, by email or on clipmarks.com. You can create a clip collection that will be searchable from any computer with an internet connection, including your iPhone, Blackberry, or other mobile device.";
fDesc[6] = "birds from the same color than a group of birds walking on a wire. If you hit a group with the same color, all the birds in the group will disappear from the wire. Your goal is to wipe out every bird before they reach the end of the wire. Should they arrive there, you will lose a life.";
fDesc[7] = "Tertris and even more fun! All the games of Buble series combined into one! Now you can install these games - Bubble Shooter, Bubble Thriller and Bubble FlyTrix in one go. Now you can choose: download, try and register these games one by one, or in a single pack. Online contest for best players is set up. Registered players of other games in this series get a huge discount. The Pack is also available for Palm OS and Pocket PC. Try for yourself, and you'll never forget that tickling feeling when a flock of bubbles flies in and you never know if they are going to end the game. The rules are simple, using the mouse you burst bubble and all the bubbles of the same color next to it blow up too, and others slip upward and fill the gaps. The more bubbles burst the more points you get. This is the main goal, actually - to get as many points as you can. You then could take part in the online...";
fDesc[11] = ", supports all popular web browsers such as Internet Explorer, Firefox Mozilla, Netscape, Opera and Flock.";
fDesc[12] = "severe or they are in danger. Mind that the refuge must be safe enough whatever happens in the eternal ice.";
fDesc[13] = ", Magneto-Optical disks, CD-ROMs, ZIPs, etc.) on a local Windows 95/98/Me computer.";
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 = '...';
}
}