var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[3] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[4] = "programs on Microsoft Windows XP or Server 2003 without the need for changing the system wide locale by emulation of the code-page needed by these programs.";
fDesc[5] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[6] = "pre-made one included in some of the wide arrange of templates sets that the program has included, or you can buy and download more templates from Laughinbird´s Website.";
fDesc[7] = "favorite Instant Messenger, or when you´re playing with an online game. MorphVOXTM Pro will change your voice, making you sound like different persons or even animals, just for fun.";
fDesc[8] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[9] = "wonderful screensaver will shows you a view of the planet Earth revolving around the Sun; and the brilliant 3D world map includes information about all the countries and the cities of the world.";
fDesc[10] = "monitors, through the buttons on the front panel; but if you find it difficult to use them, then this program will be helpful. The program offers predefined modes and saves custom presets.";
fDesc[11] = "complicating. This tool makes it so simple that all the user has to do is click on the icon to be changed and finally point to the one desired. This makes easier to locate and navigate through files making it easier to group similar applications together giving a nice personalized appearance";
fDesc[12] = "file extensions so easily and quick. This handy tool can be useful for professional photographers, typists and all those who word with a lot of documents and files.";
fDesc[13] = "are some programs in the market that can do this, of course, but most of them slow down everything, to the point where you cannot understand anything anymore because the speed is so slow that voice and instruments begin to sound pretty weird.";
fDesc[14] = "desktop's default icons and cursors properties in a snap. This program enables you to save and restore the desktop layout, rebuild the icon cache or increase its size, remove shortcut symbols, repair corrupted icons, and much more.";
fDesc[15] = "effects to help you enhance your photographs, allowing you to add colour, black and white, and texture effects, among others. Each effect applied can be customized by changing the by-default values.";
fDesc[16] = "like out-of-this-world creature, the MorphVOX Galactic Voices 1.3 is just the right kind of deal, which comes as a free add-on for the MorphVOX Pro Voice Changer software.";
fDesc[17] = "solution, in the form of the MorphVOX Deep Space Voices 3.3 It is a dedicated add-on program for all the MorphVOX Pro users, allowing them to sound as though they have been taken back into the ancient world.";
fDesc[18] = "their avatars, as per their taste; be it the voice of a fox, cat, squirrel or something else. It features voices of 10 different animals including that of a Bigcat Male, fox female, fox male, Bunny Female, Squirrel Male, a Housecat Female, Housecat Male, Wolf Female.";
fDesc[19] = "best friend who can help you to change your ip address and othe network settings with only one click!";
fDesc[20] = "offers only function of changing title in Internet Explorer title bar. The program has very simple and primitive interface. Its’ tiny main window contains only textbox for inputting of required text for title bar and buttons for applying and resetting changes.";
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 = '...';
}
}