var fDesc=new Array();
fDesc[1] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin.";
fDesc[2] = "acts as a camera we can use to view around at 360 degrees. We are Ash, a male trainer who can walk freely around the mini village, always followed by one of the Pokemon pets.";
fDesc[3] = "time between different time zones and locations. The program has a built-in calendar, countdown, and stopwatch.";
fDesc[4] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends.";
fDesc[5] = "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[6] = "selection is impresive, with more than 30 different voices in 12 languages, from british and american english to russian, and male or female selection. In addition, the application offers the capability of setting the reading speed, voice volume and voice pitch.";
fDesc[7] = "solution, in the form of the MorphVOX Deep Space Voices 3.3 It is a dedicated add-on program for all the MorphVOX Pro users, allowing them to sound as though they have been taken back into the ancient world.";
fDesc[8] = "their avatars, as per their taste; be it the voice of a fox, cat, squirrel or something else. It features voices of 10 different animals including that of a Bigcat Male, fox female, fox male, Bunny Female, Squirrel Male, a Housecat Female, Housecat Male, Wolf Female.";
fDesc[9] = "allows users to handwrite Chinese characters on the computer. The application immediately recognizes the character and converts it to the printed form, while pronouncing it with a male or female voice.";
fDesc[10] = "files using its Windows or Command-Line Edition.";
fDesc[11] = "English, then hear the voice synthesizer ‘sing’ them by playing the melody on their MIDI keyboards. It can be used as a stand-alone program or with a host program.";
fDesc[12] = "for their babies. HippoName’s database includes over 26.000 baby names divided by genre (male, female). Each name record shows the meaning of the name and its origin. It also includes a column to mark those names that you like the most.";
fDesc[13] = "program makes a recalculation of the parent’s date of birth which gives as a result the periods where they are more likely to conceive a boy or a girl.";
fDesc[14] = "and dance and strip for you whenever you want them to. The desktop version is free and unlimited.";
fDesc[15] = "the game if you would like your sexy images on the cards.";
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 = '...';
}
}