var fDesc=new Array();
fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[2] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar.";
fDesc[3] = "before you download them. Your messages will be marked as \"Good\", \"Undecided'' or ''Spam'' and will be painted in different colors. Then you can delete all spam messages by clicking on ''Process mail'' automatically.";
fDesc[4] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks.";
fDesc[5] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed.";
fDesc[6] = "screen. There is no better replacement for this free-to-use screen-capture tool, it is simply handy and effective with its capabilities to help you capture anything on your screen.";
fDesc[7] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[8] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project.";
fDesc[9] = "are good for printing purposes, but sharing them online can be a tough job. With the help of this image viewer and re-sizer, you can convert your print-quality photos to compact screen-size images that can be comfortably displayed on web sites and sent via email to family members and friends.";
fDesc[10] = "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[11] = "software client is free to download and sharing albums is also free of cost. The most useful feature of this software is a simple user-friendly interface with well directed wizard options for creating cards and picture albums.";
fDesc[12] = "incoming and outgoing cash flow including sales, receipts, payments and purchases for a single or multiple companies. Features: Set up and manage one or multiple companies. Track outgoing payment and purchasing transactions. Track incoming sales and receipts. Input journal entries manually. Reports include balance sheet and profit & loss plus more. Regional format settings include currency symbol, end of financial year, decimal point display and paper size. Send reports automatically by email or fax. Combine with our other free business applications for no-cost business management. Express Accounts is completely free.";
fDesc[13] = "But that situation, which could be critical some times, now has a solution. It’s called Recover My Email. This handy application is designed and used to recover deleted email messages from Microsoft Outlook and Microsoft Outlook Express (.dbx files).";
fDesc[14] = "converted to PSP compatible formats. Leawo Free PSP Converter is a useful tool to convert many different video formats to PSP compatible format. Leawo Free PSP Converter is also able to extract audio out of any type of video";
fDesc[15] = "and a password, you will be able to store plenty of passwords for each of your e-mail or other software accounts. Use this program to remember your passwords, so that you will not have to deal with difficulties each time you forget or lose a password.";
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 = '...';
}
}