var fDesc=new Array();
fDesc[1] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting.";
fDesc[2] = "sheet, print double-sided (duplex) and create electronic letterhead. You can print booklets, add watermarks, headers and footers. FinePrint can scale from one paper size to another. Your pages can be saved in JPEG, TIF, BMP formats.";
fDesc[3] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players.";
fDesc[4] = "Think of this application just as a sharp digital scissors that will cut your sound tracks as simple as you were cutting a sheet of paper. Its interface offers you two different modes: Power MP3 Cutter Professional and Classic Power MP3 Cutter.";
fDesc[5] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable.";
fDesc[6] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms.";
fDesc[7] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals.";
fDesc[8] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner.";
fDesc[9] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc.";
fDesc[10] = "use. If you are a beginner to genealogy, you can learn to use GenoPro in a few minutes without the need to take a look at the online help. GenoPro is capable to draw any type of family tree, including the most complicated family difficult to \"picture\". Once you have finished your family tree, you can save your family tree in a metafile to insert in Word, PowerPoint or any other Windows software. A metafile is a picture with a transparent background capable to be scaled to any size without quality loss. You can use GenoPro to create a huge poster of your family tree. GenoPro can insert unlimited pictures for each individual and family, and help you to create a CD ROM of your family album. GenoPro has a powerful report generator to generate detailed reports in the language of your choice. Those reports can be printed using Word or published on the Web using your internet connection....";
fDesc[11] = "stamps. It also supports deleting, creating or duplicating of pages. The program has a function to email and share your modified documents.";
fDesc[12] = "HTML you can create a wonderful website. You can import pre-made HTML pages, edit or rotate images, apply 55+ effects, create shape and manage transparency. You can create stylesheets, menus, rollover or roll-on click effects, play or stop music, launch Java functions.";
fDesc[13] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface.";
fDesc[15] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters.";
fDesc[16] = "not good expressing our feelings or needs to others, there are ways to express our feelings and emotions in a funny and light form, why don’t we use some emoticons? Emoticons Mail is designed specially to insert funny smiles in your Microsoft Outlook or Outlook Express email.";
fDesc[17] = "intuitive and easy to use. When we open the program we can find a Menu Bar, one toolbar, in the left side four panels and one window for see our projects. This program is really amazing and we can capture our screen in few steps.";
fDesc[18] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts.";
fDesc[19] = "HTML stands for \"HyperText Markup Language\", wich means that, at the beginning, this language was created easy and simple so everybody will use it on the web. The software offers the means to insert Headings, Lines, Paragraphs, Links, Lists, Images and Text presentation.";
fDesc[20] = "characters and symbols into any application. What it does, is helps you find and insert those characters, like ©, ™, accents, umlauts, currency signs, and more, which are sometimes necessary but not always easily found or accessible.";
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 = '...';
}
}