var fDesc=new Array();
fDesc[1] = "menus for drives, folders and files. You must right click over a folder or file in order to open the contextual menu in which you can select \"Change Attributes\". Doing so you will open Attribute Changer.";
fDesc[2] = "also change song voices and create animal sounds. With a professional design you can use features like the Voice Morpher and the Parody Mixer. The utility works with the major VoIP and Instant Messaging programs. You can also modify timbre and pitch with the help of a wide range of presets.";
fDesc[3] = "well known programs of instant messaging and VoIP. You can use background sounds street voices, nature, forest and waterfalls. You can perform song remixes, change the song voices, add effects and save the new song in standard formats like MP3 and WMA.";
fDesc[4] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen.";
fDesc[5] = "nature or a bus stop. The program also works fine with the most common VoIP and Instant Messaging applications. This version also offers the Parody Maker and Parody mixer. Another feature is the Voice analyzer, that allows you to analyze your voice.";
fDesc[6] = "(MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It a very simple & easy to use utility that gives you enough information about the Network Interface Cards (NIC) installed on your computer.";
fDesc[7] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more.";
fDesc[8] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run.";
fDesc[9] = "lost. With this incredible program, you will never have to re-install and re-configure the operating system when you lose or forget the password.";
fDesc[10] = "voice on the microphone to a completely different voice. Note: Male Voice Pack 1.3.0 is only an add-on, it requires MorphVOX Classic or Pro Voice Changer software to run. This add-on works on MorphVOX 2.8.1 or greater.";
fDesc[11] = "wallpapers that were previously uploaded by you. In fact you may easily select a photo gallery and Evjo Wallpaper Changer will automatically change the images at a specified time.";
fDesc[12] = "interval or by weekly or monthly basis. You can also select cyclic or random mode. It also has four positioning options Tile, Center, Stretch and Smart. You can add lots of pictures to rotate your computer’s desktop wallpapers.";
fDesc[13] = "in file's and folder's context menus and makes it very easy to change a single file's extension and extensions of multiple files.Files and folders can be added using drag and drop and extensions of multiple files even from different folders can be changed in seconds.";
fDesc[14] = "desktop wallpaper. You can organize the programs of your screen saver and run them in the order that you wish. Whenever you boot up, a very unique special windows is just clicks away.";
fDesc[15] = "SPORTS, already came with a great playlist that features popular songs of the most varied of styles. However, you might want to customize it a little bit and add your own songs.";
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 = '...';
}
}