var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[3] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts.";
fDesc[4] = "of: a laptop supporting a wireless card of 802.11 b/g standard along with the Windows XP and Windows Vista - you can check the online status and location of friends and also find available hotspots anywhere around the world.";
fDesc[5] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[6] = ", sometimes find nice landscape, buildings, monuments, streets, but with some obstacle in the way, thus preventing us to take an otherwise perfect picture. Now we can take that picture and edit it with Wire Pilot.";
fDesc[7] = "Union attacks the NATO forces causing Cold War to turn into Hot War. This patch brings several enhancements including visual effects, better textures, improved physics, as well as fixing the problem with Instant Action starting without any gun ammo after the patch.";
fDesc[8] = "that goes from 1964 to 1973. This title brings different flyable aircraft and weapons that can be used in several missions such as reconnaissance, strike and air support. The game engine is the same used in Strike Fighters: Project 1.";
fDesc[9] = "interface. With both power and communication delivered over the serial protocol, 1-Wire devices are unmatched in their ability to provide key functions to systems where interconnect must be minimized.";
fDesc[10] = "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[11] = "by resorting to various tricks, making laugh, gladden, surprise and delight! Try to resist their tricks, otherwise they will conquer you by their charm and fascination!";
fDesc[12] = "Productions. This game allows us to participate in the three major flight combats during three of the major Middle Eastern wars: The Six-day War in 1967, The October War in 1973 and finally Lebanon War in 1982.";
fDesc[14] = "program can be use in Adobe Photoshop, Adobe Photoshop Elements, Corel Paint Shop Pro Photo, Corel PHOTO-PAINT or another photo editors";
fDesc[15] = "Asia. Many companies have participated in the effort, such as GAP, Old Navy, etc. Now, this effort takes the form of electronic delivery. Each issue of this magazine brings you videos and music.";
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 = '...';
}
}