var fDesc=new Array();
fDesc[1] = "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[2] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[3] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[4] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners.";
fDesc[5] = "toolbar includes its own search box that enables you to search the web from any web page and makes this task easier and faster. Moreover, it allows you to select exactly what you want to search including web, images, video, music, and shopping.";
fDesc[6] = "is free for use, but offers a paid subscription to access more features, for U$S 4.99 a month. The first thing the program does, when installed, is look for updates through your Internet connection. It will then always update to the most recent version.";
fDesc[7] = "instant and free downloading. Its setting up is very easy and quick. In the setting up process we can choose to install additional features such as AIM Tunes and QQ Games.";
fDesc[8] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[9] = ", music, among many other genres. It allows you to add your favourite stations with a click of a button and access to AOL Radio anytime you want.";
fDesc[10] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[11] = "enables you to to send dictation to your typist by email, internet or over the computer network. The most amazing feature of this program is that as long as you have access to a computer, you can dictate anywhere.";
fDesc[12] = "place on your Netlog profile. The program sits silently on your system tray and displays an alert whenever there is something new on your profile: a new private message, when someone adds you as friend, makes a comment on you picture, writes in your guestbook, among others.";
fDesc[13] = "install, works immediately, and quietly provides Windows with the power to access files on Mac disks from any software, at any time.";
fDesc[14] = "Simply install PCmover on both your old and new computers and go! Works with Windows operating systems from Windows 95 to Vista.";
fDesc[15] = "numerous varieties of sudoku, you can play with numbers or letters according to your preference. Plus you'll save or print your game, adjust game options, recording statistics and consulting assistance. Available for Windows and Mac.";
fDesc[16] = "found a couple that really work every time: Ipod Access and a couple of ones for Mac. This one does work, too. It also has got a nice design and is intuitive enough that a beginner user can start using it almost instantly.";
fDesc[17] = "network administrators and allows to wake up computers from standby, hibernate or shutdown modes and do maintenance work, run software patches and make updates.";
fDesc[18] = "Center. XPlay even makes Mac iPods work with Windows, and perhaps more impressively, with iTunes for Windows. Oriented to iPods users who use a Windows-based PC.";
fDesc[19] = "need to start a point of sales (POS) for every kind of business. It allows doing the following main transactions: sales, payments, closes cash, and allows some operation to register customers. It works in Windows, Linux, MAC OS X, and Linux Debian platforms.";
fDesc[20] = "Internet activity if they know your MAC Address. Public Wireless Access Points are all over, some less se";
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 = '...';
}
}