var fDesc=new Array();
fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version.";
fDesc[2] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers";
fDesc[3] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster.";
fDesc[4] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[5] = "world. Refresh your customers with facials, manicures, massages, & more. Enhance the experience of your clients with more than 65 upgrades for your growing business. Melt away the stress from a wide variety of customers including blushing brides, demanding fashionistas, and relaxing couples. A wonderful escape for gamers of all ages, join Sally on her adventure in the business of fun!";
fDesc[6] = "benchmarking for desktop and laptop PCs and workstations. It has a System Information tool that displays advance system configuration information, and it also possesses advanced online Result Browser functionality.";
fDesc[7] = "pooches, give them a nice hairdo and make them look like award winning beauties. Pamper spoiled, impatient siamese cats and snobby poodles. Unlock new pet breeds and make everything go perfect by buying decorations and upgrades.";
fDesc[8] = "application recreates the installation specifics and the relevant configuration changes or settings and preferences. The user can install a program on any PC and then create a software image of the same to clone it on multiple systems easily.";
fDesc[9] = "harvest into a fortune! Serve your drinks to the thirsty inhabitants of Big Island in levels of fast-paced, sun-drenched fun. Then, use the earnings to purchase upgrades to make your smoothie stand the best!";
fDesc[10] = "choose the name, logo and location of the shop, we get to the game screen. In this screen there are 4 main tabs: Employees, Menu, Upgrades and Customers.";
fDesc[11] = "right to you desktop. LDM allows you to have access to technology news, tips, product upgrades and offers that are relevant to you in a simple and quick way.";
fDesc[12] = "times. At the same time the game is pretty easy to play with no complicated rules. The game basically consists in fighting with enemies from a canon unit you control. You can access to canon upgrades.";
fDesc[13] = "The game features cool graphics with a nice music, and includes plenty of options and upgrades to spread your lemonade business all over New York or even have a monopoly of this branch in the city.";
fDesc[14] = "are the same as those of Arkanoid. The game basically consists in keeping a ball – or several of them – bouncing as long as you can so the ball can destroy an arrangement of bricks and stuff. You can create new scenarios to play.";
fDesc[15] = "systems. Is very easy to install providing options for self checking, auto installation and also with a manually selection of the necessary updates. Also provides an option to be notified by mail.";
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 = '...';
}
}