var fDesc=new Array();
fDesc[1] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes.";
fDesc[2] = "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[3] = ", including your financial information and sensitive business documents. Protect yourself! Free to try.";
fDesc[4] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[5] = "products, and so did with this one. This application allows you to be highly creative regarding the type of video that you create. You can capture your video from DV and HDV camcorders. All you need to do is plug them in and their contents will appear as a source file on TMPGEnc.";
fDesc[6] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[7] = "to design or write code for HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS, and others web programming languages. The applications is designed with a very intuitive easy to use interface.";
fDesc[8] = "Videos, Yahoo videos, MySpace, Dailymotion and many more. Using this program you will be able to get unlimited videos online directly to your computer.";
fDesc[9] = "for telephone line recording, radio station logging, control room recording,remote audio monitoring, radio communication recording and other specialized voice recording applications.";
fDesc[10] = "great FPS action, with beautiful maps, great weapons and lots of accessories. If you are a special forces fanatic, or you are into the FPS scene, give this game a try.";
fDesc[11] = "key feature, this amazing application makes batch photo or single photo editing, converting, enhancing and making JPG images at your finger tips.";
fDesc[12] = "offers a set of specialized applications to perform 2D and 3D graphics, converting bitmap images into vector, capturing and editing photographs, creating flowcharts, 3D to 2D file conversion, among others.";
fDesc[13] = "to do specific tasks like, for instance, create organizational charts. So then is when it's better to use a more specialized application. HumanConcepts OrgPlus that will help you to create professional organizational charts in an easy and dynamic way.";
fDesc[14] = "ExplorerListView on the form to get the possibilities of Windows Explorer in your applications...";
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 = '...';
}
}