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] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[3] = "much smalller. It is smaller than regular PDF. But the quality of the picture is not good. The texts, in the form of small pictures are most benefited from this, that the file sizes are small.";
fDesc[4] = "are also versions for Firefox and Safari) allows you to view full sized images when you browse pages like Flickr, Facebook, Friendster, Picasa Web Albums, image search results from Google and Yahoo, web sites supporting Media RSS, and many others.";
fDesc[5] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files.";
fDesc[6] = "because the interface of it is very intuitive and we can handled like we wish. When we open the program we can find one toolbar, one panel for browse our files and for searchs images or videos and other two panels and a central window.";
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] = "Yahoo or Google. But finding the image you have in mind is not always possible. Now Ginipic can help you out in this common task; this simple yet powerful application is able to search images on many popular websites and show you hundreds of results.";
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] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[11] = "box and hit enter, Web Photo Search will automatically find and download images from numerous websites.";
fDesc[12] = "documents in the easiest way. It helps professionals and home users alike. We do not need to go one by one selecting the files we are interested as this utility software can download the entire website content, search, and download not only the thumbnails images but the full size images as well.";
fDesc[13] = "in your computer and also to make presentations. It is very small but interesting program. 3D Picture Browser gives you a new way for images browsing.";
fDesc[14] = "finder and picture downloader are used to search and download images on the web. Keywords are used to execute a search. The images are searched based on size and resolution.";
fDesc[15] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats.";
fDesc[16] = "Internet. It enables you to search, download, view and organize files more easily and fast. Although the program is intended for images, you can also search and download multimedia and flash files such as music, videos, web pictures, graphics, among others.";
fDesc[17] = "common search operations from a single graphical interface. You can search for videos, music, friends, news, and more. You can search for videos on popular sharing sites like Youtube and metacafe.";
fDesc[18] = "compatible with Windows, Mac OS X and Linux computers. zFlick's main window is a search field which allows you to start looking for pictures. By typing a few keywords, you get a bunch of results which start adding up beneath the application's search field.";
fDesc[19] = "any of the free amazing images from the GT Desktop Web page. Pictures can be changed at time intervals, and there are some effects that can be utilized such as hide icons from desktop, calendar, etc. - GT Ripple effect is also included.";
fDesc[20] = "in a snap. The program scans your entire computer searching for image files and then shows them as thumbnails or in their real size. It also allows you to email images from within the program as a thumbnail (120x90), Internet ready (500x375) or in the original size.";
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 = '...';
}
}