var fDesc=new Array();
fDesc[1] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[2] = "Internet privacy. Able to stop pop-up ads windows and remove spywares.";
fDesc[3] = "different alert sign for each caller, Hidden Service, flags and priority for each call.. and much more... try it!";
fDesc[4] = "to monitor and record every detail of PC and Internet activity. Records programs used, keystrokes typed, web sites visited, and takes screenshots.";
fDesc[5] = "HTML source code and to block the right mouse button, text selection and the print function within a browser.";
fDesc[6] = "example, it can be installed on computers used by children, to track what they do and prevent them from opening programs or web pages with adult content. The program has 5 components: screenshot capture, key logger, website filter, software blocker, and P2P blocker.";
fDesc[7] = "excellent features.";
fDesc[8] = "click. Hint window for visited pages contains comments, screenshots and more. Web pages translating and voicing";
fDesc[9] = "the child browses through in the Internet Explorer. If some obscene content will be found, program block such pages.";
fDesc[10] = "transferring), Time synch, Traffic explorer and many others. Designed for users of all skills, has lots of unmatched features.";
fDesc[11] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[12] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[13] = "Manager, Recover Passwords, Virtual Desktop, Auto Shutdown, Adjust Hidden Windows Settings, User Hotkeys, Hide/Block/Topmost Window.. And More.";
fDesc[14] = "Pop-Up Stopper Companion provides more efficient pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar";
fDesc[15] = "interface makes it simple to create access rules controlling what activity should be blocked.";
fDesc[16] = "categorization & web filtering. Also monitor downloads in real-time, to protect your network from viruses, spyware, malware & phishing attacks.";
fDesc[18] = "historical and real-time usage. Stops spyware, filters out unacceptable web sites, and blocks annoying advertisements.";
fDesc[19] = "verification.";
fDesc[20] = "websites listed on Omniquad master server online - password protected program - manually allow/block specific websites";
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 = '...';
}
}