var fDesc=new Array();
fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[2] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage.";
fDesc[3] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation.";
fDesc[4] = "application allows you to crack the protection of both ZIP and RAR files created with most applications. It uses two methods to achieve this task: a brute-force approach and a dictionary-based approach.";
fDesc[5] = "touch by printing on them. You are limited to gray scale images, but still, the amount of designs that you can achieve is vast. For Lightscribe to work you need to have a burner that supports the technology and a special disc to print on.";
fDesc[6] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power.";
fDesc[7] = "they are automatically removed from the board. In order to get to the next level you will have to make a certain number of matches.";
fDesc[8] = "keeping our animals happy, to achieve that you will need to meet their needs and hire staff to care for animals, besides buying buildings and attractions to meet the needs of your visitors.";
fDesc[9] = "safe and risk-free method to experience the effects of drugs without the adverse consequences of these. I-Doser uses a proven scientific method to simulate the effects produced by recreational drugs through frequencies called binaural waves.";
fDesc[10] = "paradise. The Sims Castaway Stories offers you two forms to play. In the new and interesting way of directed history , you should achieve certain objectives and In the open-way game mode , you create the Sims and decide how they are going to evolve in their brand new islander home .";
fDesc[11] = "parameters in order to create models that fit your needs. If you have a photo, you can import it to the program, and a few minutes later you will get your rendered 3D version.";
fDesc[12] = ", because any calibration application requires you to provide a certain degree of feedback. Once installed, the application will ask you to follow a simple, three-step procedure that will set the monitor to a reliable color profile, so that the colors match certain standards.";
fDesc[13] = "game. Students can only achieve success if they make the right choices in their car setup. The game can run in low end computer, and the physics engine is very accurate. This is a great game for students learning engineering concepts.";
fDesc[14] = "days, it is quite obsolete. Still, back then, the game proved to be fun for uncountable hours at the time. What is really great, or was, about this game is the way that you can achieve control of your helicopter.";
fDesc[15] = "is this ClearType about anyway? ClearType is a feature intended to smooth the display of fonts on LCD monitors. However, this tool can also achieve some improvements in CRT monitors.";
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 = '...';
}
}