var fDesc=new Array(); fDesc[1] = "128bit Keys.It combines a powerful symmetric encryption with compression and the ability to open/edit a file just with a simple double-click."; fDesc[2] = "find a sense of familiarity with the new features. The game puts you in the shoes of a skilled parkour runner in a struggle against evil. It has excellent graphics and gameplay. It is really a new concept every gamer should try."; fDesc[3] = "the World War II to slow down the efforts of the Nazi regime. Sabotage and killing are Violette Summer's main two weapons. Since you are on your own for most of the game, the only way you can accomplish your tasks is go undetected at all times."; fDesc[4] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect."; fDesc[5] = "attacks including spyware, rootkits, leaktests, process termination and modification, and much more."; fDesc[6] = "Ideal for dial-up, cable, DSL, wireless with all later Windows and AOL. Includes DU Meter network monitoring utility and LinkFox web accelerator."; fDesc[7] = "your content. Those who value their website as a useful resource can't afford to be without DeepTrawl."; fDesc[8] = "website. It has a extremely friendly user's interface. It has been designed to send digital images from our computer to any Cell Phone supporting this service, almost anywhere in the world. The program gives clear systematic guidelines of how to do it."; fDesc[9] = "PC performance. Protect your privacy and data with Ultimate Security Suite and effortlessly shield your PC from a single location."; fDesc[10] = "to create screen captures regularly."; fDesc[11] = "advanced firewall bypass techniques, email log delivery, clipboard monitoring, extremely configurable server etc."; fDesc[12] = "identity from the websites you visit - without it the crooks can literally track you on the Internet."; fDesc[13] = "system.These software will do monitoring system proccess and remove all rootkit component whit fast and secure."; 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 = '...'; } }