var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[3] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons.";
fDesc[4] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent.";
fDesc[5] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[6] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership.";
fDesc[7] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history.";
fDesc[8] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[9] = "quick and straight access to the new Crunchgames center of Oberon Media. It includes all games organized into categories, with quick links to the most popular ones.";
fDesc[10] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later.";
fDesc[11] = "looking for. Windows Desktop Search helps users quickly find and retrieve e-mail messages, documents, and many other file types located on their PC and corporate network. Windows Desktop Search provides a familiar, integrated, and convenient search experience for Windows users. Search index does not create privacy issues or device performance concerns. Windows Desktop Search integrates with other Microsoft Search technologies.";
fDesc[12] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site.";
fDesc[13] = "PropertyPage is installed, where you can fully edit the ID3-Tag -An icon-handler for individual icons is included too -Tooltips, when you simply leave the mouse over the MP3-file (only with IE4.0 Active Desktop)";
fDesc[14] = "IE. It integrates cleanly into Internet Explorer (v. 5.5 or above), and adds that little extra that eases your browsing efficiency";
fDesc[15] = "original sound. The application integrates itself into Microsoft PowerPoint program, so the conversions are made directly from the shown PPT presentation.";
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 = '...';
}
}