var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server.";
fDesc[4] = "This program is based on the technologies, developed in Interactive Visual Media Group. These technologies are also used in DeepZoom Composer and Windows Live Photo Gallery programs.";
fDesc[5] = "open-source, meaning that it is often updated and the code is free to anyone to compile. As far as I know, this application was created because the authors felt that other to-do managers lacked many of the features that they wanted, so they created their own.";
fDesc[6] = "in the big stock markets of the world whether he is a small investor or a big player of this game. By using this incredible software you can view the last 11 years history of different stock markets in the form of analysis reports and charts.";
fDesc[7] = "DVD format. The installation is easy and requires only a few components. These components are composite video input, audio L/R input, S-Video input and a USB 2.0 connector. Presto Digital Converter has two modes convert mode and record mode.";
fDesc[8] = "photomosaic), like a \"Truman show\" movie poster - a composite of hundreds of little pics to mimic another larger image. To make good mosaic picture you must have collection of more that 1000 different pictures (it's easy if you have digital camera).";
fDesc[9] = "facilitating the users. It integrates programs right from MEandYOU, N_Interp, YOUandME, Transits, down to Keywords, a versatile application for helping the user become better at general astrological analysis.";
fDesc[10] = ", construction, fabric, wood, etc. Probably we will feel \"lost\", because we have to apply probably a good formula to obtain our results. AVD Weight and Volume Calculator is just the right software we should need for measuring physical parameters of composite objects in 3D.";
fDesc[11] = "a fantastic face composite from multiple images, but at the same time it is simple enough to be used by even non-professional beginner level users who don’t have any expertise in this field.";
fDesc[12] = "compatibility of the couple, whose charts are being compared. The tool is designed for calculating natal synastry, Davidson relationships and composite charts along with provision to display single and dual chart-wheels, cosmodynes and lots more.";
fDesc[13] = "invoice number, account number or employees name which statement in a pdf file.";
fDesc[14] = "sinusoidal, rectangular, triangular, multi tone, white and pink noise signals as well as arbitrary waveform signals and signals stored in wav-files. Signals can also be combined to form complex sequences and composite signals. Raga's triggerable recorder can record up to 16 channels simultaneously and stores data to disk or memory. Each of the sound card's inputs and outputs can be calibrated individually.¿ Applications Telephony applications Programmed announcements Signal loggers, speech recorders, scopes Audio signal analysis Frequency response measurements Key features¿ ¿General Compatible with Win32 operating systems ¿95, '98, 'ME, 'NT, '2k, 'XP Based on Microsoft's efficient ATL library Easy to learn and use programming interface Player Up to 16 independent channels Elementary signals: sinusoidal, rectangular, triangular, multi tone, white noise, pink noise, arbitrary...";
fDesc[15] = "camera images, taken with a different focal plane can be combined into one perfectly in-focus picture.";
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 = '...';
}
}