var fDesc=new Array();
fDesc[1] = "wish to extract a part, browsing in your drives. Once selected, the program will start playing it. During playback, you can select where you want your extracted part to begin, and where to end.";
fDesc[2] = "of world-class motorbike racing. The Motocross Madness Trial version includes almost all features of the full game such as Two tracks, Rider and bike skin selection, Tournament, Practice and Single race options, Full multiplayer capability, 3D profiling and Hi score recording.";
fDesc[3] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing.";
fDesc[4] = "takes on the features that made its predecessor a great game. The visuals are stunning for a 2005 game. The lightning effects are probably the best. The game is all about stealth.";
fDesc[5] = "Windows XP or Vista, it is not Mac compatible. When you install the program, you can run it going to Start-Programs-Crackle Screensaver. You can then configure the program choosing \"Configure Crackle Screensaver\" or run the program by choosing \"Launch Crackle Screensaver\".";
fDesc[6] = "DVD-authoring at your home computer. This is a professional program and can work as a part of Sony Vegas and as a standalone application. It has easy and comprehensible interface, and no doubt, that it is highly competitive with Sonic Scenarist program.";
fDesc[7] = "to load when Windows starts. You can also choose the kind of sound and visual alert that it will play when blocking a pop-up.";
fDesc[8] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life.";
fDesc[9] = "popular games of a land-based casino, but comfortably from home, at any moment. Party Casino features thirty nine different games, including all the classic card and board games, as well as original slot machines and more.";
fDesc[10] = "you to extract music from your audio CDs or tapes and save them in MP3 format. This program allows you to split and combine mp3 files and edit them (by increasing or decreasint the volume, add fade in or fade out or change the play speed, or applying digital effects).";
fDesc[11] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back.";
fDesc[12] = "game board with different monetary values on them. You have to choose one of the categories and a monetary value to play for, and answer the corresponding question.";
fDesc[13] = "of casino games directly from their homes. Among the popular games, players will find table games like Blackjack, Craps, Baccarat, Mulligan Poker, among others.";
fDesc[14] = "can swap two adjacent jewels by clicking both squares or by dragging one jewel to and adjacent square. As jewels get matched the squares below them turn to gold. The aim of the game is to turn the complete board to gold.";
fDesc[15] = "that best picture and sound are delivered with complete DVD navigation with smarter DVD playback and full operating controls. It supports almost all popular video n audio formats which include IFO, DAT, AVI, VOB, WAV, MPEG, WMA 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 = '...';
}
}