var fDesc=new Array();
fDesc[1] = "using up to 64 connections simultaneously. The easy to use user interface assists you in the necessary steps sending serial mails.";
fDesc[2] = "that include DoFollow links back to your website. It is an excellent tool that helps you in finding high page rank backlinks and drives traffic to your web sites. With Fast Blog Finder you can find out the domain, blog page PR and type of blog page.";
fDesc[3] = "the number of pages in the CHM file and whether there are a lot of images and that we have set some options for the manipulation of images, like cropping, resizing of the pages, etc.";
fDesc[4] = "simple, you create a username and password for every user, and withing the admin's account you adjust the settings for each of them. You can ban certain websites, set time limits, block instant messengers or record conversations, block email accounts, and many, many more.";
fDesc[5] = "to HTML using XSLT stylesheets; also, users can combine CSS with XML for direct formatting of the XML data.";
fDesc[6] = "recovery of any photos, images or videos. And its main target devices are digital cameras. It has capability to recover any photo, image or video file from almost any digital camera.";
fDesc[7] = "M4A. It lets you trim audio clips, process batches, merge multiple files to a single output, and configure output settings like sample rate, bit rate, encoder and channels.";
fDesc[8] = "It has the ability to identify the legitimate as well as illegitimate bookmarks or favorites through its progressive scanner. It automatically verifies all the bookmark files and favorites through its two different stages.";
fDesc[9] = "fullest extend. It will make you cheerful, well wishing and highly successful in your life. Well and you will also enjoy to pass through the animated 3D tunnel of aliens.";
fDesc[10] = "composed of fifty words can be translated in different languages. It has an audio where the user can hear the right pronunciation of the word. It can also correct a sentence construction for a better grammar.";
fDesc[11] = "such as to-do tasks, contacts, meetings, agenda, journals and many more. The software has a very intuitive, confusion less, handy user-friendly interface which helps the users in keeping the task of maintaining their all day notes in a proper way.";
fDesc[12] = "screen. With this program, you will be able to select any spot of your desktop and set the program to record it and save it as a video file.";
fDesc[13] = "circumstances when we have to copy, move, open or save a file from one location to another, we have to do it by browsing through various folders at different levels.";
fDesc[14] = "one media location to another. The software has the capability of copying the files which cannot be copied using the standard windows copy. The standard copy of windows is unable to copy files which are corrupt due to any cause.";
fDesc[15] = "combines the great MiniMoog multi-oscillator sound with the fat sounds of the SVF filters - Oberheim styled. The SIMSYNTH 2.7 produces rich strings with surrounded brass and deep basses.";
fDesc[16] = "XP and Vista. When using SynthEdit software you can use it to design your own Synth from beginning to end. It will allow you to create a raw product and make it into the sound that you want.";
fDesc[17] = "every page of the Bible. The program will let you read chapter after chapter, or look for a specific phrase. This program preserves the division into chapters, including Genesis, Exodus, Leviticus, Numbers, Deuteronomy, Joshua, Judges and so on.";
fDesc[18] = "will be able to intuitively create your own audio CDs from your MP3 collection without needing to decode your audio files first. MP3 Audio CD Burner will do it for you! Or you can put as many MP3 files as you can fit into a CD-R or DVD-R and take them with you!";
fDesc[19] = "With this program, users can take an image into it and have it processed into a file of color-coded text characters that are combined to resemble the image.";
fDesc[20] = "uses the Treo phone feature to use data and allows you to connect your PC to Internet. PdaNet for Treo works for Treo 650 and 680 for other models take a look at the website. The platforms to run the software are Vista/Windows XP/ME/2K.";
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 = '...';
}
}