var fDesc=new Array();
fDesc[1] = "completely naked, and if you want to have new girls you just have to download from the same program. And you can do it on daily basis! This program is completely free for you to enjoy adults' only entertainment. You will only have to pay to see full nudity.";
fDesc[2] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores.";
fDesc[3] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others.";
fDesc[4] = ", and look for fingerprints, marks,id´s, weapons, footprints, etc.. Discover all the objects that will give you clues in order to solve the crimes and figure out how everything happened.";
fDesc[5] = ", and only a handful of men and women who become modern Templars fight against the hordes of monsters that try to destroy the little thing that remains of what we called London.";
fDesc[6] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run.";
fDesc[7] = "listening to her. This virtual woman is very interesting she will tell you many stories and fill your free time with joy and fun so that you will never become bored.";
fDesc[8] = "you’ll be starring a young detective named Lindsay who has to investigate a mysterious death. The game will recreate the elements of a police murder investigation as you play it.";
fDesc[9] = "cycle, predicts children's sex and birth date. Calendar, irregular cycles, statistics, export, printing, password protection, etc.";
fDesc[10] = "very erotic poses as they display on your screen in a slideshow of pure beauty. The MC-Nudes Screensaver will deliver beauty, eroticism and sensuality to fill your day with pleasure and joy.";
fDesc[11] = "of becoming pregnant for every day and displays them in charts and a calendar. Femta easily helps you to predict your future cycles.";
fDesc[12] = "their own and Cameo Casino was designed with today?s woman in mind.";
fDesc[13] = "overweight can? How many calories per day do you really need? What's your Precent Body Fat and Lean Body Mass?";
fDesc[14] = "women.Very beautiful and exotic girls at bikini, lingerie and without it on your monitor.";
fDesc[15] = "software also includes dating strategies and dating and personal development tools.";
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 = '...';
}
}