var fDesc=new Array(); fDesc[1] = "navigate without seeing or receive unwanted items from a website. You can protect your passwords by using filters that the program have, is very useful to protect your personal information which is essential in the network."; fDesc[2] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[3] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[4] = ", virus, hijacker,keylogger,wor ms,trojans,phishing,ma lware and other identity and personal information thieves. It also protects our children from the net intruders and criminals by blocking harmful and unsecured website."; fDesc[5] = "your privacy in the Internet, just like you have it in real life. It's not an easy goal since everybody is watching what to do and when you do it on the Internet."; fDesc[6] = "also prevent users from accessing any programs or windows that you choose. Ideal for parents, employers, or teachers."; fDesc[7] = "different tools for choosing and comparing colors."; fDesc[9] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected."; fDesc[10] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes."; fDesc[11] = "search engines are supported), we can see small icon on the right side of each link. A \"green\" tick means, good site. A \"yellow\" means linked to bad sites or have some threat level. A \"red\" \"X\" means, websites with virus or misleading contents."; fDesc[12] = "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[13] = "schedule, time. Password protect the web. Great to manage employees or parental control usage. Block or allow programs to access the internet (web)."; fDesc[14] = "Does not have any Reminder or Nagging Pop-Ups. Block Website Utility Backs Up current settings when changes are done."; fDesc[15] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application."; 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 = '...'; } }