var fDesc=new Array();
fDesc[1] = ", but with an MMO element. You can create and customize your own special forces operative and buy equipment so you can use it. The game also features experience points and ranks. These elements make Soldier Front an interesting choice for FPS fans.";
fDesc[2] = "applications before starting up the desired one. Typically, it would remove your desktop background, shut down the Vista sidebar and the desktop shell. Functions are forced to run in the background.";
fDesc[3] = "published by Sega. The movie was made famous for it's characters, and the game for its breathtaking graphics, which still look amazing today.";
fDesc[4] = "various archive types with reasonable decompression speed. The location of extracted files and handling of duplicate file names is configurable via various configuration options.";
fDesc[5] = "object-oriented programming design, permitting the users to move the object to the desired position, or alter its size and outlook merely with the help of the mouse.";
fDesc[6] = "ratio. Compression ratio results are very dependent upon the data used for the tests. 7-Zip works in Windows 98/ME/NT/2000/XP/Vista . There is a port of the command line version to Linux/Unix.";
fDesc[7] = "while watching movies. This may be because of your lesser tendency to hear the dialogues, poor sound quality or the movie being in some other language.";
fDesc[8] = "capabilities, like faster creation, navigation, building and debugging of the code. It comes with the option of context Tagging, allowing the user to quickly find all references without searching, and drill down from a symbol to its definition.";
fDesc[9] = "rearrange ideas and other info in a free-form tree-like and hyperlinked model. Publish and email these 3D models as HTML, XML or text outline.";
fDesc[10] = "messaging (PMs). Chat rooms are fully moderated by user admins who can control disruptive behaviour by other users. Online support is also available in Help lobby by contacting any of the red admins who work/ volunteer for the program.";
fDesc[11] = "real-time gauges for RAM and CPU usage. This helps you monitor the usage and hit the ‘clean RAM’ button to instantly free up memory. This is especially useful in low RAM machines and those with older operating systems.";
fDesc[12] = "apply 44 effects, load 86 image formats, save 63 image formats and save 22 animation/multi-page image formats.";
fDesc[13] = "use windows record all the information at the time of installing, uninstalling and configuring the system. Registry HelpMate automatically scans and initiates the necessary repairs that occur due to invalid registry entries or entries that are missing.";
fDesc[15] = "Software information includes installed window OS, software, MS Packs/Update/Hotfix, drivers and running services. Hardware information includes CPU details, no of ram, harddisk space, network card, and etc. It can also generate customized hardware and software inventory report for management. It can connect to its network's PC through either TCP or WMI. With TCP connection, you need to install Computer Inventory Client into your PCs. With WMI connection, it is not necessary to install the client. However, it will gather lesser information such as installed software and patches. We are suggested to use TCP connection with clients. Features - Unlimited PCs with single software license - Simple and clear GUI interface to check on PC configuration - Easy searching for any PC by simple filtering options - Provide software inventory feature in order to state the number of available and used...";
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 = '...';
}
}