var fDesc=new Array();
fDesc[1] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!";
fDesc[2] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[3] = "game providing them with a ‘bridge’ continuum from edition 3 to 4 of Gothic. This add-on is rated for Teen to Adult use and presents players with an enhanced interface, updated graphics of outstanding visual quality and up to 20 hours at least, of new game play";
fDesc[4] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends.";
fDesc[5] = "you will be enchanted with this cool music manager. Teen Spirit is a complete music manager that will help you to have all your music files (MP3, wma, ogg, etc) perfectly categorized in the ways you always wanted.";
fDesc[7] = "voice on the microphone to a completely different voice. Note: Male Voice Pack 1.3.0 is only an add-on, it requires MorphVOX Classic or Pro Voice Changer software to run. This add-on works on MorphVOX 2.8.1 or greater.";
fDesc[8] = "network that began in 2006. The community was initiated and it´s maintained by teens, but It accepts anyone as a member. In order to use MoneyMaker you should, of course, be a member of MyYearBook.";
fDesc[9] = "customize and take charge of, that is based on Nicholodeon’s story driven brand for teen girls. The game allows for multiple story endings depending on players’ decisions. In the EverGirl 1.1 game, players are offered numerous mini-games and adventures extra to the main game.";
fDesc[10] = ", registration offers over 500 extra games (2500 levels) and game editor. Sound effects, worldwide Hall of Champions.";
fDesc[15] = "chats,Instant Messages , & Text Messages. This is an awesome software for parents because it gives you an inside look into your teenagers online life.\"";
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 = '...';
}
}