var fDesc=new Array();
fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns.";
fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage.";
fDesc[4] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal.";
fDesc[5] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow.";
fDesc[6] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[7] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information.";
fDesc[8] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[9] = "for specific songs and the results will be shown below. There are thousands of songs available. And yet, this is a legal application. The trick is simple. Muziic searches for songs at Youtube.com and gives you the sound of the video that you select.";
fDesc[10] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference.";
fDesc[11] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website.";
fDesc[12] = "other activities. It lets the user quickly find the stuff that helps them perform tasks faster like files, e-mails, contacts, music, presentations, etc.";
fDesc[13] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[14] = "submit your search to query many search engines and all the results will be showed in one summarizing window.";
fDesc[15] = "application, all you have to do is connect your Sony Ericsson mobile to your PC by USB cable, select the FILE TRANSFER option that appears on the phone and all your fitness results will be automatically transfered to your PC. It's very easy, isn't it?";
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 = '...';
}
}