var fDesc=new Array();
fDesc[1] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[2] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other.";
fDesc[3] = "site. The purpose of Timershot is to take pictures using the web cam installed in the system, at specified time intervals.";
fDesc[4] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards.";
fDesc[5] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[6] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[7] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[8] = "really amazing in You will find all the information that you need, there are different topics such as people, environment, politics, that will let you have a full picture of the place you are looking up.";
fDesc[9] = "installed. CDS 2 adds a toolbar to the system tray, and an icon. While running, the program will index the content of your hard disk in the background, to perform searches quickly.";
fDesc[10] = "photographer, but I can understand where the need for this application comes from. Many times, when I snap a shot, I think I just got a Pulitzer snapshot. But, then, I find an old couple on the background of my picture, or a fence, or something like that.";
fDesc[11] = "images, editing them in external editors, exporting them to html gallery, publishing images to some blogs, and uploading folders or individual images to Flickr. The program should meet the demands of the users who like adding creativity to editing images.";
fDesc[12] = "program we can go to the Help, Tutorial, Forum or continue and go to the button next. When come to the next step can find our pc folders in the left side and in the right window we can drag and drop the file or folder that we wish to open and transform.";
fDesc[13] = ", damaged, lost, missing images and folders with photos, snapshots, pictures and videos. The program was developed for use with photo media, but also it can be used on fixed drives. So you can restore your media from all hard disk drives and removable media drives.";
fDesc[14] = "images. The program supports all basic image formats (JPEG, GIF, BMP, PNG, PSD and others) and video formats (MPEG, AVI, QuickTime, WMV, Real Media). There is a handy “Project wizard” that will help you to make settings for media you want to download.";
fDesc[15] = "challenges your power of observation. It has a lot of levels to play, hundreds of pictures, great colorful graphics and motivating music. Picture Pyramid is really fun and you will surely keep coming back to it.";
fDesc[16] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped.";
fDesc[17] = "pictures which are really not clear at low light. Neatimage can scan a picture to find out / create the noise profile for a particular camera. By using that profile, we can remove the noise and make our picture clear.";
fDesc[18] = "it can also find duplicates among pictures of different kind (PNG, JPG, GIF etc..) and quality.";
fDesc[19] = "fun for you and all family members. Among these pictures you will find great images of animals, unusual landscapes, mountains and many others.";
fDesc[20] = "find words fast and easy and to memorize them effortlessly. You can buy this product right from the developer’s site on Internet for $ 29.95, and you can try it before all the time you need but with the limitation mentioned before.";
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 = '...';
}
}