var fDesc=new Array();
fDesc[1] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities.";
fDesc[2] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points.";
fDesc[3] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[4] = "(including dual layer support) discs, erasing rewritable discs, direct copy disc to disc, etc. Data projects contain directories, folders and files. Audio discs to be played on CD players, portable players and computers CD drives. Mixed projects contain data and audio files.";
fDesc[5] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this.";
fDesc[6] = "choose from a great variety of solitaire games, from the challenging Scorpion to a relaxing game such as classic solitaire.";
fDesc[7] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac.";
fDesc[8] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels.";
fDesc[9] = "MP3 audio file format. The opportunity to add subtitles, the mixed-language support and many other important features make the program a useful software on your PC.";
fDesc[10] = "functionalities. It comes with an intuitive, easy-to-handle user interface, along with integrated Windows Explorer, and helps the user in creating custom audio, data or mixed projects.";
fDesc[11] = "balls with two big eyes on it. These “chuzzle” things are arranged on a board of six times six of them, mixed up in different colors. The way in which you can try to create matches and score points is by dragging the chuzzles here and there.";
fDesc[12] = "mixed song in other mp3 players. MP3 Mixer & Recorder is very easy to use. Just load different songs into left playlist and right playlist, play the left song and right song at same time. It will mix the songs together. When it playing, you can record the mixed song by clicking button 'Record'. After recording it, you can save the mixed song by clicking button 'Save'. To get better mixing result, you can change the volume or speed of left song or right song. To learn more about how to use it, please click here, or you can run MP3 Mixer & Recorder, click button 'Help' to get help information.";
fDesc[13] = "professional DJ with high expectations. With the simple and clear user surface you get along fast and surely. The e-mix pro edition has two players with clear display, a monitor player (pre-listening player) and with the wave and beat grid display is professional mixing ensured. In addition includes this DJ software a mixer with crossfader, a 3-band equalizer pro channel, automix, 9 jingle player, several effects, up to three cue points, a recorder and a ripper. Referring to the ASIO support and kernel streaming runs e-mix pro edition however most stably and permit an extremely deep latency. Over the integrated database could be simply accessed and it could be searched after the needed music file over Artist, Album, Genre or self-defined groups. Over the monitor player (pre-listening player) the selected music file can be heard directly from the database or playlist. The selected music...";
fDesc[14] = "images, extract audio tracks, and create bootable CDs. Besides providing a neat Windows interface, the program can be utilized from the MS-DOS prompt by means of commands like \"cdrecord\", \"cdda2wav\" and others.";
fDesc[15] = "Singles, Doubles and mixed Doubles. There is a customization option available for the character before the world tour. There aren’t many options but you can still customize the character’s hair, skin color, clothing patterns, etc.";
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 = '...';
}
}