var fDesc=new Array();
fDesc[1] = "very funny and entertaining. It is also very easy to use. It has got some good visual and audio effects.";
fDesc[2] = ", Trojan, adware, spyware, auto dialers, key loggers, hackers, and other malware, attacks and menaces coming from the Internet. It also protects our computer from unauthorized access to and from the Internet.";
fDesc[3] = "graphics layers Realtime video and audio filters Realtime 2D, 3D and alpha transitions Voiceover recording support Audio waveform display Three-point, four-point, ripple, slip, slide and video/audio split editing Unlimited undo / redo levels MPEG-1 and MPEG-2, Windows Media, RealVideo and QuickTime export via ProCoder LE EDIUS Edition EDIUS directly supports and requires either a DVRaptor RT2 series, DVStorm series or DVRex RT series card.";
fDesc[4] = "vertical inclines, killer jumps, and sharp bank turns. The player will jam through giant snowflakes and charge big tables. The program will install WildTangent console in order to properly run SuperJam. This console may be needed to run other WildTangent games, too.";
fDesc[5] = "technology. * 2000dpi Laser Sensor * 32KB Onboard Memory * 1000Hz Ultrapolling™ Add 32KB of onboard memory, this intelligent mouse is a genre-defining weapon that makes for penetrating, explosive gameplay.";
fDesc[6] = "the Puzzle Challenge and work your way through increasingly difficult puzzles. As you play, you'll unlock more and more puzzles to assemble in your Puzzle Collection.";
fDesc[7] = "Tux in a race while he slips down a snowy slope of a big mountain. But in order to advance to next levels, you will have to grab a specific number of fishes while you slip down as fast as you can.";
fDesc[8] = "Tertris and even more fun! All the games of Buble series combined into one! Now you can install these games - Bubble Shooter, Bubble Thriller and Bubble FlyTrix in one go. Now you can choose: download, try and register these games one by one, or in a single pack. Online contest for best players is set up. Registered players of other games in this series get a huge discount. The Pack is also available for Palm OS and Pocket PC. Try for yourself, and you'll never forget that tickling feeling when a flock of bubbles flies in and you never know if they are going to end the game. The rules are simple, using the mouse you burst bubble and all the bubbles of the same color next to it blow up too, and others slip upward and fill the gaps. The more bubbles burst the more points you get. This is the main goal, actually - to get as many points as you can. You then could take part in the online...";
fDesc[9] = "with a detailed HTML report of the operations and the final return, Screener (Custom reports), custom indicators... Included: An optimizer for the system tester!";
fDesc[10] = "professional request slips a breeze. Various options include custom sheet arrays and sizes, custom fonts and font sizes, optional border styles, and the ability to add your own custom logo, or simply choose from one of the built-in generic logos. Customizable paper sizes for international users Ability to export sheet of slips to PDF format (make once, print many times later)";
fDesc[11] = "organization checking or savings account. Never run out of deposit slips (save $$ on pre-printed forms). No more messy hand-written slips.";
fDesc[12] = "Leave your work for some minutes and slip into more comfortable place. Just imagine that you are staying somewhere in a calm tropical bay among tropical green trees, palms, exotic flowers, and other natural growth.";
fDesc[13] = "application for you. Your data can be copied and pasted from external spreadsheets or tables displayed in a map or even from GIS map databases. The program allows you to plot your data as great circles, beta intersections or as point symbols";
fDesc[14] = "landlord with many checks to deposit every month, this software will help you save time generating deposit slips.";
fDesc[15] = "modified for power packed use of internet in malayalam.";
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 = '...';
}
}