var fDesc=new Array();
fDesc[1] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular.";
fDesc[2] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature.";
fDesc[3] = "Messenger or Windows Live Messenger (WLM). With features like cut, crop, resize, display delay and picture comments, it provides vast options to users for instantly creating and sharing their messenger avatars.";
fDesc[4] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character .";
fDesc[5] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[6] = "on right now. Weblin opens a new and exiting world on every web site. Get to know people having the same interests.";
fDesc[7] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface.";
fDesc[8] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web.";
fDesc[9] = "series. As well as the TV show, the game is set in an Asian-like world in which the main protagonist has his adventures";
fDesc[10] = "social network sites as avatars. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here you can create images from 1x1 to 150x150 pixel sizes.";
fDesc[11] = "game has different action battles and challenging tasks, where you must find different strategies and secrets to defeat your enemies. Learn how to use your powers over water, earth, fire and time line.";
fDesc[12] = "Aang restore peace to the elemental kingdoms. The game features colorful cartoon-like graphics and a lame control system, which makes it the least exciting game of the Avatar: The Last Airbender sequel.";
fDesc[13] = "or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PI C/CEL/PBM/PGM/PPM/PDD/ PSD/BM/RGB/RGBA/SGI/RL A/RPF/SCR/PCC/PCX/EPS/ FAX/TIFF/TIF/ICB/TGA/V DA/VST.";
fDesc[14] = "people on every webpage. In two minutes, you can get started and have fun browsing with your avatar!";
fDesc[15] = "worlds, some chat rooms or even Web pages' forums , an avatar is the visual representation of a real person. It can be an icon, an image or picture you like, and so on.";
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 = '...';
}
}