var fDesc=new Array();
fDesc[1] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures.";
fDesc[2] = "Magentic“s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically.";
fDesc[3] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[4] = "display your photographs. Take as many pictures you can of your room at varying angles. Install the program and goto its website \"http://photosynth.net \" and click \"create synth\". After uploading all your photos, the program will automatically generate the 3D view from your photos.";
fDesc[5] = "digital photos. The software offers a vast variety of different catchy effects such as Light filter, Dream filter, Edge filter, Weather filter, Gradient filter, Color filter, etc.";
fDesc[6] = "offering the best performance even with large files and folders. This incredible program will help you get your family and friends excited with perfect photos, multimedia presentations, brilliant printouts, photo books and many other creative gift ideas.";
fDesc[7] = "calendars. Program has a lot of different settings and useful features. It has a very friendly and easy-to-use interface which allows you to develop and print calendars for several minutes.";
fDesc[8] = "program is installed, the first thing you should do is create a new file. Then, you can choose what product will you create. Options are Monthly Calendar, Birthday Calendar, Yearly Calendar, Weekly Calendar and Photo Presentation.";
fDesc[9] = "digital photos. The software offers a vast variety of different catchy effects, etc. thus enabling you to bring a new life into your photos. The program gives you the opportunity of not only applying one single effect to the photo but also of combining several effects into one.";
fDesc[10] = "There are two modes to visit your photo galleries: the Freemove Mode, where you can wander freely inside the virtual space and the Automatic Mode, in which the computer will guide you through the gallery.";
fDesc[11] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device.";
fDesc[12] = "easy and user-friendly interface and easy to use special photo editing tools with import/export functions. Photo Go gives the possibility of full control and organization of photo collections. It can organize even very large photo archives.";
fDesc[13] = "to your computer in just a few seconds. This incredible program utilizes iPod's internal database to display and transfer your iPod's photos instantly to your PC, thus saving valuable time.";
fDesc[14] = "pictures to the program window. Next, specify some publishing options and share them with the rest of Netlog community in a snap. As for me, the program could have more features, such as image cropping.";
fDesc[15] = "is not all this program does. Using this software you will be able to watch video without exiting the application's main window. The program supports command line parameters.";
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 = '...';
}
}