var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[3] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[4] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[5] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[6] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
fDesc[7] = "monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature.";
fDesc[8] = "This program consists of four parts: SpeakComputer Software Reader, SpeakComputer Web Browser, SpeakComputer Mini Clipboard Speaker and SpeakComputer Parental controls. Each part has its own aim and preferences.";
fDesc[9] = "the Internet. So it’s very important to count on a tool that will be your eyes and principles while your children surf the Web, assuring you that everything you don’t want them to see, they actually won’t see. The name of this tool is Webroot Parental Controls.";
fDesc[10] = "scanning engine, Bounce will not allow your children to view innapropriate material on the Internet. Numerous parental controls allow parents to keep tr...";
fDesc[11] = "activity and disable Internet connection or use predefined Internet filters. Vista 64 compatible. Protects your PC in Windows Safe Mode";
fDesc[12] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[13] = "chats,Instant Messages , & Text Messages. This is an awesome software for parents because it gives you an inside look into your teenagers online life.\"";
fDesc[14] = "on and off line activities. It's an Internet cleaner, system cleaner, registry cleaner and privacy protector all in one!";
fDesc[15] = "and Yahoo messenger controls, user monitoring (including keystroke logging), STEALTH options, and more...";
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 = '...';
}
}