var fDesc=new Array();
fDesc[1] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[2] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[3] = "expansion to Crysis. This title is a standalone game and does not need the previous game to be installed to run. Apparently, this new title is not a typical expansion, it brings a lot of changes from its predecessor and it shows the story on the other side of the Island.";
fDesc[4] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans";
fDesc[5] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP.";
fDesc[6] = "supports both single-layer and double-layer recordable DVDs. You just need to select your DVD files from any VIDEO_TS folder, and the burner you want to use. Adding a title to the disc is optional.";
fDesc[7] = "fan, but a maniac!! Shape Shifter begins with two different modes of play: Beat the Clock and Speedster. Beat the clock is the classic mode that will hook you up for hours and hours, always challenging you";
fDesc[8] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site.";
fDesc[9] = "common functions of the media player the program allows to search track information, search and delete duplicate tracks, search automatically audio tracks similar to your favourite ones.";
fDesc[10] = "game.This is another amazing game developed by Media Contact LLC. Plot: You will be a war pilot and your duty will be to kill all your country enemies. Your superior will give some missions, every one is different from the others, you must reach your goal if you want to pass to the next level.";
fDesc[11] = "and distributed by Valve Corporation through its Steam service. This amazing add-on pack brings a lot of new and most beautiful GT Cars and their production variations to the original game.";
fDesc[12] = "any language. Here you will find from the most recent DVD release to classic movies, from any genre, from any country, and in dozens of different languages.";
fDesc[13] = "Her Interactive. This title is based on the book The Mardi Gras Mystery. This instalment of the series is an outstanding improvement over the last game.";
fDesc[14] = "AVI (DivX, XviD...) formats with just a few clicks - either complete with all the extras or just the main movie only, in selected language tracks and/or subtitles. The conversion engine features 4 different modes of conversion (Whole Title/Chapter, Chapter Splitting, Chapter Merging and Time Range), and it auto-detects all DVD parameters making DVD ripping a simple task. The built-in PSP File Manager is provided for transferring your video files between the PSP and the computer, also the built-in burning engine is provided for burning your VCD's and SVCD's. It is a powerful movie/video converter with fast conversion speed, you can enjoy your favorite movies on your iPod, iPhone, AppleTV, PSP, Mobile Phone/Device, and any MPEG-4 Players! Features: Convert DVD to iPod, iPhone, AppleTV, PSP, MP4, H.264, H.263, AVC, VCD, SVCD, MPEG1/2/4, AVI, DivX, XviD formats... in excellent quality Four...";
fDesc[15] = "offers only function of changing title in Internet Explorer title bar. The program has very simple and primitive interface. Its’ tiny main window contains only textbox for inputting of required text for title bar and buttons for applying and resetting changes.";
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 = '...';
}
}