var fDesc=new Array();
fDesc[1] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[2] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar.";
fDesc[3] = "that case you need to use WinHTTrack, which will allow you to create a complete copy of the website in your hard drive. Although the simplicity and shortly striking appearance of the software is very useful.";
fDesc[4] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[5] = "by Cable or DSL from threats and hackers. It includes four security services such as: Firewall, Application control, Internet lock, and Zones control.";
fDesc[6] = "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[7] = "100% free. This software will help you to get access to the latest free stuff, free software, free coupons, sweepstakes and much, much more.";
fDesc[8] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[9] = "reliable translator that uses many Internet sources and only demands Microsoft .Net Framework 2.0 and Internet access.";
fDesc[10] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs.";
fDesc[11] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network.";
fDesc[12] = "Nokia Configuration Tools you can connect your phone to a PC to access settings. The connection to PC is established via Nokia PC Suite and USB cable. IT professionals and other advanced users can modify and store settings on PC and transfer them to Nokia devices.";
fDesc[13] = "programs like Internet Explorer, Firefox, Messenger and Outlook are also blocked. It can deny access, restrict access or protect with passwords any kind of internet program from accessing the Internet. Other protection modes are also included.";
fDesc[14] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week.";
fDesc[15] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam.";
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 = '...';
}
}