var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "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[3] = "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[4] = ", 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[5] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[6] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[7] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[8] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[9] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself.";
fDesc[10] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files.";
fDesc[11] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[12] = "includes full version of Theophilos, complete King James Version of the English Bible, Matthew Henrys Commentary, Eastons Bible Dictionary, preview of multimedia Bible narration with pictures and sound and intro music by Kerry Livgren. Multimedia features let you record and play your own audio notes. You may never need anything more for your study needs. But ifthat shouldnt be enough, choose from a collection of add-on modules including Bible versions, dictionaries, commentaries, early Christian writings and other study resources. Multilingual support for English, German, Italian, Slovak, Czech and Romanian languages.";
fDesc[13] = "(Konica Minolta), PEF (Pentax), ORF (Olympus) and RAF (Fujifilm) Uses ExifTool from Phil Harvey for writing data Shows existing geo coordinates and tracks on embedded Google Maps map (requires internet connection) Setting geo data by using embedded Google Maps map (requires internet connection) or by entering known values for coordinates and altitude directly Automatic filling of location IPTC fields and altitude values (requires internet connection) Editable IPTC data (IPTC-NAA/XMP) Possibilty to change taken date of images Synchronization with track files (NMEA, GPX, PLT and Sony LOG) Synchronization with already geo tagged images with buddy images (e.g. between RAW images and their corresponding JPEG images) Localizable user interface - English, German, French, Italian, Swedish, Czech, Spanish, Danish, Dutch and Russian language is available at the moment";
fDesc[14] = "(the file size stated is for the second one). The keyboard layout can be in English,German, Swiss, Russian, Czech, Slovak, etc. The company is willing to provide new layouts for other languages if we contact them. The download trial version has 15 free typing lessons.";
fDesc[15] = "makes them available for the user in a simple graphical user interface. PEKI Dictionary comes free and databases of online dictionaries can also be available for free. This is a novel concept as the user interface and the database are independent of each other.";
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 = '...';
}
}