var fDesc=new Array();
fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[2] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[3] = "formats. It also can play digital media files protected by DRM-X platform. Haihaisoft Universal Player has Internet Explorer embedded. That allows the user to surf the web while playing files, using only a program.";
fDesc[4] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins.";
fDesc[5] = "option to choose. This browser is based on Mozilla technology, and includes many extensions that will provide you with cool options to make your surfing experience more enjoyable.";
fDesc[6] = "laptop to your wireless phone, and in no time you'll be checking stock quotes and sports scores from anywhere, at any time. It provides wireless Internet connectivity from your laptop computer. QuickLink Mobile will quickly turn your mobile phone into a wireless modem.";
fDesc[7] = "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[8] = "Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; Add/Remove programs, Control Panel, wmplayer and so on.";
fDesc[9] = "install Norton 360 or Norton Internet Security 2008 to use this Add-on. Norton Add-on 2.1 integrates the Norton Internet Security to give you complete independence to surf the web and keep your children away from adult sites and other mature items.";
fDesc[10] = "computer and one of the Steganos VPN servers, in a way that all your activities on the Internet are carried out through that tunnel. This tunnel encrypts all the information that runs through it by using an SSL connection which protects the information from being eavesdropped.";
fDesc[11] = "networks. The program allows you to share most types of Internet connections with your entire network, , allowing multiple users to simultaneously surf the web, retrieve their email, or chat with online messaging, as if they were directly connected to the Internet.";
fDesc[12] = "will achieve its goal by tweaking the TCP/IP parameters, removing banners and pop-ups, making a better use of proxies and prefetching web pages.";
fDesc[13] = ", eliminates ads and erases your tracks";
fDesc[14] = "that you are correct. ArmorSurf is an application containing several tools to help you surf the Web and keep your privacy safe. You could picture ArmorSurf as a multimedia organizer and player, along with a Web browser, all with a high level security for your media and privacy.";
fDesc[15] = "returning. It even stops new spyware before it downloads to your computer through in real time. Plus, it stops bothersome adware programs that trigger pop-up ads and drain your PC's performance.";
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 = '...';
}
}