var fDesc=new Array();
fDesc[1] = "of use, it comes packaged with Nokia phones. This version comes with many features like backup, synchronizing, etc .. and new features like the 'Video Manager' , 'Image Store' etc.";
fDesc[2] = "platform. This driver will dramatically improve the touchpad scroll bar area. It also contains feature enhancements or changes that will help keep your system software current and compatible with other system modules (firmware, BIOS, drivers and software).";
fDesc[3] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client.";
fDesc[4] = "things. First, it allows you to cut or split MP3 files. So, if you have a file which you need to split in two or more parts, while conserving the audio's quality, you can use this one to do it.";
fDesc[5] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[6] = "right on the computer. The program features: zoom in and out, 360 degrees rotation of the view, bricks connections between each other and rotation, etc.";
fDesc[7] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program.";
fDesc[8] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates.";
fDesc[9] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory.";
fDesc[11] = "will need WinMUGEN installed in your system. WinMugen is a game engine that allows you to fight against different enemies. Fighter Factory will let you create characters from the scratch or modify existing ones, to use them later in your games.";
fDesc[12] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer.";
fDesc[13] = "creating multimedia messages to be sent via your mobile. The tool allows you to easily get through with creating and handling of messages with images, video and audio clips.";
fDesc[14] = "that were installed on a Windows XP operating system. This tool is being provided to tech support as a preliminary test & repair step prior to doing an OS re-install, preventing unnecessary re-installations where driver issues must be resolved.";
fDesc[15] = "else has failed and you can't get your iPod to work. On the official website, there are only two models supported by this application, but I am sure that there have to be applications for other models.";
fDesc[16] = "tutorials, presentations and much more. BSR Screen Recorder enables you to record a complete screen, a selected window or a region on your screen. You can record audio along with the video using a mic.";
fDesc[17] = "and insecure data or files from your pc, optimizes the computer's work and improves your privacy and security in very few and simple steps. It completely cleans up your pc and keeps it safe of junk data. It also permits you to create restore points.";
fDesc[18] = "factory and you must get ingredients to prepare different products to sell in the market of chocolate. Zürich chocolate is famous all over the world and you must cover the world demand and make your business grow.";
fDesc[19] = "a system tray into special menu,change the order of icons in the system tray (sort tray icons),restore icons in system tray at crash Explorer.";
fDesc[20] = "intended to provide a way for adults and children to get started in the games creation. The Games Factory provides all the stuff you´ll need to manufacture Arcade games, Platform games, Adventures and Screen Savers.";
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 = '...';
}
}