var fDesc=new Array();
fDesc[1] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax.";
fDesc[2] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[3] = "addictive and easy to play, Puzzle Inlay offers over 60 picture puzzles to inlay with more than 18 varieties of gems. The purpose of the game is easy yet challenging.";
fDesc[4] = "web and mobile devices. It can import and edit content from a wide variety of devices, and then edit them, directly, or copy files to the hard drive to take full advantage of the PC´s speed, work on them and then save the results in a convenient format.";
fDesc[5] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother.";
fDesc[6] = "program supports many audio files such as MP3, WAV, WMA and OGG. Using this software, you will be able to record your voice by using a microphone and the program will capture all the audio from your environment.";
fDesc[7] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better.";
fDesc[8] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language.";
fDesc[9] = "alarms with your favorites songs, and tell the application when to start playing the music. Using this program, you will be able to control any media player from your browser window.";
fDesc[10] = "a good solution to design and print CD/DVD labels. With an easy to use interface, Click’N Design 3D allows you to use interesting features such as adding 3D text and other special effects which will make your designs extravagant and unique.";
fDesc[11] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site.";
fDesc[12] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project.";
fDesc[13] = "program can automatically start downloading any video file that you are watching at any time on your computer. But you can set the program not to do that, and it will only download the video files you want it to download.";
fDesc[14] = "and information marketers, offering them a simple an easy to use tool to build web sites. During the installation, the program will check if you have the minimum requirements. But, if you your computer doesn´t meet them, the program will install anyway.";
fDesc[15] = "version 6.0 is included within Java TM Platform Standard Edition 6 JDK. The Java Web Start 6.0 uses the Java TM Network Launching Protocol & API (JNLP) as underlying technology and is packed with a variety of key benefits that makes it so popular and attractive.";
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 = '...';
}
}