var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[3] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[4] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites.";
fDesc[5] = "support for Windows Mobile 5 and 6. Thanks to this application we can keep updated our PDAs or Smartphones with our Home or Work PC, in order to keep always our pictures, emails, calendars and contacts in both.";
fDesc[6] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos.";
fDesc[7] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[8] = "files you send, and will send to the recipient a direct download link to those files. In order to use the service, you will need to open an account with the service.";
fDesc[9] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[10] = "Qualcomm, changed dramatically from previous versions and now is moving to the open source trying to maintain maximum compatibility, for both developers and users, with Thunderbird.";
fDesc[11] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[12] = "make interesting postcards for any special events. In act you can start a new project by simply choosing a template or else you can place an image or video file of your own on top of it.";
fDesc[13] = "functionality is very easy and has amazing features such as: You will never be worried anymore if the email you sent were received, because these email won’t be blocked like spam, you will have the opportunity to see an alert window when somebody opens your email message! Etc";
fDesc[14] = "as well as Hotmail accounts and offers support for HTML email, mailbox encryption, multiple accounts and more. Foxmail also comes with a WYSIWIG tool to compose nice looking HTML emails from templates or scratch.";
fDesc[15] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more.";
fDesc[16] = "strange messages that invite you to visit a page or buy a product. If so, do not worry, because nowadays there many useful tools to help you to get rid of all these annoying e-mail messages, and SpamBayes is one of them, but the best part, is completely free.";
fDesc[17] = "email database. This incredible program can save emails, address book, message rules, settings, mail and news accounts, blocked senders lists and signatures to a single, compact, compressed backup file that can be easily restored when necessary.";
fDesc[18] = "sit on your email client, scans your emails and marks messages that have been verified as coming from a legitimate sender and that are not a spoof.";
fDesc[19] = "hundreds of addresses from web";
fDesc[20] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text.";
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 = '...';
}
}