var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[3] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video).";
fDesc[4] = "looking for. Intel itself has this software copied into the cd of motherboard drivers. If you are not a sound freak and just need a normal sound system, then go for it.";
fDesc[5] = "spell checks on items such as form fields and comments and to add and edit custom words in their user dictionaries for future reference. A selection of spelling dictionaries used can be customized as per the order in which these are needed.";
fDesc[6] = "drivers require Windows XP or 2000. Please note: PC Suite includes all of the drivers and management features you need to use your phone as a modem. For easiest modem installation, Nokia recommends that you download Nokia PC Suite from the PC Suite site.";
fDesc[7] = "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[8] = "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[9] = "Cable DKE-2 Nokia Connectivity Cable CA-53 Nokia Connectivity Adapter Cable CA-42 Nokia Charging Connectivity Cable CA-70 Nokia Charging Connectivity Cable CA-101";
fDesc[10] = "create shortcuts which enable you to launch applications, find contacts or take a picture in a simple, fast and easy way. Its easy to set up, and simple to use.";
fDesc[11] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms.";
fDesc[12] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus.";
fDesc[13] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented.";
fDesc[14] = "of the upcoming Windows 7 OS. Users may choose from 6 different color themes (main colors: blue, gold, dark grey). Themes really look great and make your old desktop look fresh and modern.";
fDesc[15] = "functionality. To begin, it does without the annoying issue of having to click inside the virtual machine to gain operation of it and to have to release the cursor by hitting alt + ctrl on your keyboard.";
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 = '...';
}
}