var fDesc=new Array();
fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[2] = "knowing what websites you access. The program saves your traffic by compressing images and HTML of the websites you visit and offers a basic image ad-blocker. The program is multilingual and comes with support for 7 languages.";
fDesc[3] = "NT. With a new user interface and improved rendering performance through support for OpenGL, Cosmo Player provides the means for viewing and navigating interactive content, from animated ad banners to immersive 3D worlds. These enhancements, together with unrivalled distribution, lay the foundation for the future of online advertising, electronic commerce, and interactive entertainment. Cosmo Player 2.0 will introduce millions to high-impact, animated graphics via the Web.";
fDesc[4] = "history of the IE. Deletion of the url-list of the IE. Cookies will be deleted completly. Ad-Blocker. Anonymous Email.";
fDesc[5] = "that will display your favorite images and video files, with the transition effects of your choice, from a hundred available, and the music you want to play.";
fDesc[6] = "Internet then monitor the connection and automatically reconnect if the connection is lost. CiDial is free, and is not adware.";
fDesc[7] = "much faster speed and with ease. It automatically searches the websites for images and starts the slideshow. Its download engine is optimized to retrieve images so fast that you can watch a real-time slide show even with a slow internet connection.";
fDesc[8] = "amount of time. The main random seed algorithm, placed into the heart of Image Styles allows to receive the different images almost every second. You may make skins and icons for your favorite programs, seamless backgrounds and buttons for your web page, advertising banners, textures for 3d-world, even create an animation and video effects, plus much much more. You don";
fDesc[9] = "one easy to use package offering you cleaner browsing and peace of mind.";
fDesc[10] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[11] = "impressive menu.";
fDesc[13] = "interesting part of Web pages without annoying ads and navigation elements as HTML file on your computer, optionally with source URL and saving date added.";
fDesc[14] = "prevents new windows from automatically opening while you are browsing the internet.";
fDesc[15] = "page to print, save, transfer to a handheld, etc.";
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 = '...';
}
}