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] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically.";
fDesc[3] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file.";
fDesc[4] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[5] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use.";
fDesc[6] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out.";
fDesc[7] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java.";
fDesc[8] = "training, and robust quizzes without programming knowledge or multimedia skills. * Screen recording and demos: Capture and record screen activity and effortlessly synchronize audio and video.";
fDesc[9] = ", any window or a selected region of your screen. You can start the screen recording at any time using a hotkey, and stop or pause the recording that way too. Create presentations, video tutorials and demo videos for software products.";
fDesc[10] = "gathering and storing information about training process which is very important for reaching better results. Operating with a GPS device, this program can record the information about distance, time and rate of your workouts.";
fDesc[11] = "serve as a planning tool that can later transfer its parameters to any Polar series wrist unit, a device that can read your heart frequency, control your training time and more. The program will display a calendar where you can mark your training plans.";
fDesc[12] = "Office System training. It will help you get the most from Excel (Basics and Intermediate), learning everything from creating simple sheets and workbooks to programming formulas.";
fDesc[13] = "develop stress management skills and develop creativity. By tracking your brain capacity over time, Brain Challenge will help you identify your mental strengths and weaknesses and help you become stronger overall. Try this game for 30 minutes before buying.";
fDesc[14] = "works out two of these skills, for double the mental muscle building. There are 15 different Brain Builder games so you won’t get bored, that's for sure. Try this game for 60 minutes before you buy the licensed version.";
fDesc[15] = "settings that you can adjust according to your needs. You can program and display personal or business appointments, as well as training topics on negotiation, pricing, recruitment and so on. A very useful tool, indeed.";
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 = '...';
}
}