var fDesc=new Array();
fDesc[1] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection.";
fDesc[2] = "messenger. It is basically a window that shows your contacts from your address book and a window by its left that shows your camera. As I said before, VZOchat is big on using your webcam to enhance the instant messaging session.";
fDesc[3] = "known to miss many features that all other devices have. One of those is the ability to use the device as a Mass Storage unit. You can fix that with DiskAid.";
fDesc[4] = "greatly its presence or the presence of other harmful programs in the system. Rootkit applications can become a cause of losing private data. Sophos Anti-Rootkit is software that was developed for detecting and removing rootkit applications from your system using latest technologies.";
fDesc[5] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business.";
fDesc[6] = "tool one can also invert the colors and view them through this virtual glass. The user can also define the area size which he wants to cover. With the advanced settings one can also define the short cut keys to open and close this application.";
fDesc[7] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively â bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following...";
fDesc[8] = "players to \"uncover the code\", and this combines elements of adventure and puzzle with a script full of twists and surprises.";
fDesc[9] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more.";
fDesc[10] = "tool is used to rename a multiple number of files, in thousands, at one go thereby reducing the time and energy of the user. The renaming can be done to both files and folders at a time and the presence of extensive renaming filters proves to be handy.";
fDesc[11] = "displays the data using a variety of charts. Data can be recorded for later playback. Reports can be generated in Adobe PDF format.";
fDesc[12] = "watermarks to your image (GIF, PNG, BMP, JPEG, TIFF), video (AVI, Mpeg, DVD, WMV, QuickTime, Mpeg 4, RealMedia, DV) and flash files. It also allows you to convert your files to multiple formats. You can add text, image and audio files, rectangles or blurred areas as watermarks.";
fDesc[13] = "types of effects using the all new and vastly improved engine: the very realistic turning page effect (Page Curl) and the folding page effect (Page Fold). The plug-in lets you adjust the plethora of parameters while curling or folding the page. The new unique features of AV Bros. Page Curl 2.0 along with the old ones, which were inherited from version 1.2, let you create amazing effects in almost no time! The User Interface of AV Bros. Page Curl 2.0 is extremely convenient and has some special features that make your work with the plug-in not only pleasant, but very efficient as well. List of Features: The ability to create not only the turning page effect (Page Curl), but the folding page effect (Page Fold) as well. The ability to work with arbitrary-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface...";
fDesc[14] = "protects you from malicious distributors, adware-free, no spyware, no adware, guaranteed. But after testing it, I believe that yes... this program does not contain malware, but it is only a tool used to install malware on your computer";
fDesc[15] = "and boring, this one features beautiful photographs from the countries where CEMEX has a presence, ranging from typical buildings of the represented country, like Sydney's Opera House or the Palace of Fine Arts in Mexico City, to everyday's scenes or natural landscapes.";
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 = '...';
}
}