var fDesc=new Array();
fDesc[1] = "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[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[3] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband.";
fDesc[4] = "(Windows 2000, XP, 2003 Server) setup Disc. You can also create unnattended (automatic) Windows Installations, integrate drivers and patches.";
fDesc[5] = "(Windows Media Player, etc.) as a plug-in accesory, or run as a screensaver, or run standalone. When installing the application, the user can select to integrate to the music player and, the next time the user plays music, G/Force displays a selectable music visualizer.";
fDesc[6] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players.";
fDesc[7] = ", email and instant messaging, keeping you connected to what";
fDesc[8] = "not want in your Windows Vista Setup Disc and It also lets you do the opposite, integrate drivers, updates, language pack or service packs in the setup easy! However due to the all new Windows Vista Imaging system, you should get some files from Microsoft that requires patience!";
fDesc[9] = "Space community. The easy-to-install and use application will instantly integrate into your Internet Explorer and Mozilla Firefox so that you can easily access MySpace.";
fDesc[10] = "LMS systems. This courseware and application framework conforms to standards of the AICC and ADL SCORM. You can import content from MS-PowerPoint and integrate it with other multimedia content";
fDesc[11] = "a realistic way. It is has a simple interface that allows new users to learn fast, create animations or populate a scene with objects. Users can choose objects from the large DAZ 3D library or import a previously created landscape project.";
fDesc[12] = "functionality. It works with Windows 2000 too. It also allow using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently.";
fDesc[13] = ", demos, prototypes, simulations, and eLearning courses for the web, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including video created with Adobe Flash® software and native 3D content, for the greatest return on your creativity.";
fDesc[14] = "functions and the first two derivatives extremely fast and accurately, finds extrema of the function.";
fDesc[15] = "applications quickly and easily. It is a complete diagramming solution, packed with many interactivity features, shapes, automatic layouts, stunning visual effects and comes equipped with ready to use controls to help you boost your application development.";
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 = '...';
}
}