var fDesc=new Array();
fDesc[2] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair.";
fDesc[3] = "and essential tool in keeping your registry defragmented. As a result, the Registry becomes compact and small, greatly improving your computer performance.";
fDesc[4] = "Wars. It was Developed by Electronic Arts.This expansion is able to fill part of the gaps left in C&C 3 using, as usual, the film part of the game.";
fDesc[5] = "uninstalling programs, every change writes and deletes entries in the system registry. The deletion of entries will leave gaps in your Windows´ registry. Free Registry Defrag was made for solving this.";
fDesc[6] = "else. Games include MahJongg Spider, MahJongg FreeCell, MahJongg Gaps, and Four Rivers.";
fDesc[7] = "Microsoft Excel that will help you to reduce time-consuming work. In this way, ASAP Utilities is a must for those who usually work with this popular spreadsheet app.";
fDesc[8] = "The software facilitates the system to perceive independent symbols, and combines them into words utilizing the gaps as a separator, and the process of building continues representing data as a logical chunk at every stage.";
fDesc[9] = "corruption. This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, etc.";
fDesc[10] = "execute your applications with less response time and it will reduce the registry access time. System requirements: .Microsoft Windows XP, Net Framework 2.0 or higher.";
fDesc[11] = "faster than Winamp or Media Player. Billy can play music albums without adding any gaps between tracks- This way, an overlapping applause or beat will continue.";
fDesc[12] = "board sets, unique lighting effects and much more make this a must for all solitaire fans.";
fDesc[13] = "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[14] = "repeating contiguous frames or mixing their intenseness values (\"Blending\"). Instead MotionPerfect uses a motion compensated interpolation and morphing algorithms. This method produces much higher quality motion effects. MotionPerfect?s most important functions are: Generation of high quality slow and fast motion video Change and conversion of frame rates (NTSC/PAL conversion) Filling gaps in video by insertion of new interpolated frames Analysis of the internal components of an AVI video file to display dropped frames and existing gaps in the video Elimination of undesired sequences Change of compression Side-by-side view to compare original and edited video";
fDesc[15] = "falling from the upper end to the lower end of the screen, leaving no gaps between them. The lines with no gaps will be cleared from the board, and the remaining pieces will fall down to occupy the empty spaces.";
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 = '...';
}
}