var fDesc=new Array();
fDesc[1] = "your Nokia Phone to interact with your PC, opening the Internet world at your hands, so you could manage the games, the music, the ringtones and photos.";
fDesc[2] = "First at all you need a cable to make your connection, it depends what kind of model you are working with. Visit the Nokia web site and find your compability driver!.";
fDesc[3] = "of: a laptop supporting a wireless card of 802.11 b/g standard along with the Windows XP and Windows Vista - you can check the online status and location of friends and also find available hotspots anywhere around the world.";
fDesc[4] = "way around because you will be surrounded. Go ahead and crush all the soldiers on your way. Place mines for enemies that are real close to you. If you are able enough establish a good perimeter so your enemies won´t get so close.";
fDesc[5] = ", unleash your mind with highly visual, interactive technology designed to capture ideas, data and knowledge in a limitless arrangement that lends clarity to any task or project. When you can see the details up close, as well as the big picture in clear view, you can build meaningful, multi-dimensional relationships between information – and share it with everyone on your team. This leads to well-informed decisions, swift and confident action, and everyone’s favorite: results. Some call it mind-mapping. We call it common sense. And MindManager is the software that brings it to life. Unlock mindshare: Quickly capture, organize and share ideas and information in a visual way that others can quickly build upon. Strengthen organizational memory through active knowledge sharing. Facilitate greater innovation with unique perspectives on information. Get things done: Align team members to...";
fDesc[6] = "to the VPN servers Ivacy offers. The inner workings of Ivacy Monitor are rather complicated, but it´s enough to say that when you hit \"Connect\", it will create and establish a VPN connection between you and the company's servers. So, you, the user, can browse the web anonymously.";
fDesc[7] = "direct access to change many settings and configure the behavior you want for your operating system ordered in categories. This software is easy-to-use and you can access to it for free.";
fDesc[8] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive.";
fDesc[9] = "compression choices. If You Can See It ... You Can Record It! Create videos from your computer screen without spending hundreds of dollars on screen capture software!";
fDesc[10] = "computers connected to the Internet. It allows any two users (or more) to establish a connection even when they don't know each other's IP address. Thanks to its DCHP capabilities, chatting with people on the same network becomes very easy.";
fDesc[11] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms.";
fDesc[12] = ", GloBul, World Wadja, World SMSbug, World jaxtr.com, and Vivatel. Some of the services will let you see your bill, or take contacts from your address book. Some of them will require you to enter a login name and password.";
fDesc[13] = "connect to colleagues, clients and information. It gives you wireless access to your personal and corporate e-mails on your preferred device. You can enjoy a range of conveniences including send / receive your mails, view attachments...";
fDesc[14] = "compatible wireless network. The USB adapter is plugged into a PC or notebook, which has a free USB 2.0 port. The Wireless Network USB Adapter can communicate directly with another wireless network card in an ad hoc network or can be hooked into a wireless network featuring an access point. If a wireless network uses several access points, this Wireless Network USB Adapter automatically chooses the strongest signal (roaming). Features Simple installation. Connection via the USB 2.0 port of the computer. Roaming function. 802.11b/g network protocol compatible. 54 Mbps transfer rate.";
fDesc[15] = "diagnostics, find iPod missing lost or unlisted songs and recover iPod songs you may have inadvertently removed from your iPod";
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 = '...';
}
}