var fDesc=new Array();
fDesc[1] = "Resident Evil is a very successful saga of video games (and movies too). I played Resident Evil 1, 2 and 3 and I really like them. The game was evolving with every release, improving graphics, sound and gameplay.";
fDesc[2] = "with all those who will build a great temple of new faith after deposition of all the enemies of a new pharaoh and his god to the fiery abyss!";
fDesc[3] = ", Predator, or a human Colonial Marine. Each character has different objectives, abilities, and weapons at their disposal. The single-player campaigns present the player with conventional series of levels to progress through that are designed around the abilities of each character.";
fDesc[4] = "to create virtual hosts or animated actors. Simply import a single digital photo, use the CrazyTalk photo fitting wizard, record or import audio, combined with transitional effects, animated illustrations and expressive emoticons, and watch as CrazyTalk magically morphs your photo into a fully animated actor. CrazyTalk Messenger Edition Get simple tools for creating animated e-mail, instant messengers, and mini-video clips. CrazyTalk Messenger is designed for anyone that enjoys creating, sending, and sharing fun e-mail messages. CrazyTalk Live Edition Get all the tools necessary to add virtual animated talking hosts to any website. CrazyTalk Live features the same exclusive photo fitting wizard and 3D facial animation found in all versions of CrazyTalk; plus, special export tools for embedding talking characters directly into existing web pages or creating new talking websites....";
fDesc[5] = "snooker. After choosing the appropriate game, you can connect to an Internet server, where you will pick a channel with several hundred players to talk and compete with. Offline two-player games are supported.";
fDesc[6] = "file into a file which formatting fits the screen of the PSP well. As they say on the web page, the Sony PSP is one elaborate piece of technology.";
fDesc[8] = "the heavy load of there work. this screen saver will make them easy n much more comfortable with there daily work.This saver will make there minds fresh by showing them different types to beautiful scenes of lakes, mountains, forest and many other things found near a lake";
fDesc[9] = "right up to 114-inch chest size.The program's easy to use Windows style interface will provide you with all the features and options you need to customize. With this program you will be able to generate your own schematics using any gauge or style.";
fDesc[10] = ", deQuervain's, tendinitis etc.) including trauma modeling break timer, automatic mouse-clicking, macros & automatic long-term work pattern logging.";
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 = '...';
}
}