var fDesc=new Array();
fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy.";
fDesc[2] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version.";
fDesc[3] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline.";
fDesc[4] = ", 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[5] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[6] = ", only available from the developer’s website. It gives us the opportunity to learn a foreign Language: Spanish, English, French, German and Italian. Depending on our budget and needs we can purchase 3 different products for each Language.";
fDesc[7] = "powerful application with a user interface very easy to use. You just have to type or copy from the clipboard any text you desire to translate, select the original language and the output one, and press a button. Very easy, isn't it?";
fDesc[8] = "contents, letters, chat, and emails.";
fDesc[9] = "database of these codes, letting the user to modify and save any information of this any particular code. It includes the amendments, municipalities and the abroad Italian states.";
fDesc[10] = ", MOVA and SLOWO dictionaries. It´s also able to connect to internet DICT dictionary servers. There is a version of KZod that can be used with Windows and a beta version for using it with Linux. You can install KZod in English, French, German, Italian, Lithuanian, Polish or Russian.";
fDesc[11] = "must choose a player, or create a new one. Then, you can choose to play in the Adventure Mode (when you struggle to become a 5 star cheff) o A La Carte mode (where you´ll have to run endless shifts till you lose).";
fDesc[12] = "video handing over to a practically unlimited number of users. By this way, each spectator becomes a transmitter at the same time, which distributes the bandwidth consumption between all the users.";
fDesc[13] = "along with their meanings in Italian. The MS Agent will always be there to help users, reading the articles inserted by them.";
fDesc[14] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Italian/English dictionary database and the ability to translate to and from Italian allow you to select the exact translation according to your needs.";
fDesc[15] = "will provide you with a valuable and easy to use translation tool on your PC. The program will provide you with up to date dictionaries and sound modules that include the most common translations with clear, concise definitions.";
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 = '...';
}
}