var fDesc=new Array();
fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available.";
fDesc[2] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[3] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills.";
fDesc[4] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[5] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free";
fDesc[6] = "installment include the Aston Martin DB7, Ferrari 550 Maranello, and the Lamborghini Diablo SV. With the ability to download more exclusive vehicles from the Need for Speed website, there will always be something new to test drive. For multiplayer-enthusiast s, NFS3 supports up to two players with a Modem or Serial connection or up to eight players with a LAN connection. As if that wasn't enough, the already-stunning graphics have been improved, with an even higher level of attention to detail that includes blowing leaves, smoke from the burning rubber of tires, and amazing weather effects such as rain, lightning, snow, and fog. Finally, there's an all-new Hot Pursuit mode where you scorch the streets on either side of the law: Elude the fuzz as a speeding motorist or enforce justice from a police patrol vehicle. Surely, racing doesn't get any better than this.";
fDesc[7] = "and Magic V. This pack presents several enhancements over the original game. The storyline begins from some time after the story in Heroes of Might and Magic V. Multiplayer mode allows all players on a map to move their units without waiting for the other players during a turn.";
fDesc[8] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[9] = "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[10] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner.";
fDesc[11] = "Heroes art book; 3 exclusive in-game maps; Exclusive \"visual only\" in-game artefact; Heroes of Might & Magic II. The 1.6 patch for the Collector's Edition includes a number of bug fixes and enhancements to the user interface.";
fDesc[12] = "to sing with Voices Songrecording of the songs in digital format Song selection by number especially for TV Tecnology ColorStart and Microsoft DirectX";
fDesc[13] = "randomly created levels, items and events. The player creates a heroic character, completes quests and battles through innumerable hordes of demons to advance through experience levels and branching skill paths";
fDesc[15] = "ace utilities of this exclusive tool you can perform all the chores to tweak, optimize, maintain and tune up your Windows Vista. The exclusive capabilities of this tool help you in keeping your system stable, fast, secured and personal.";
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 = '...';
}
}