var fDesc=new Array(); fDesc[1] = "includes wide range of features: many filters, two types of vectorial selection, varied forms of brushes which let you make 3D, Pastels and Charcoal effects."; fDesc[2] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window."; fDesc[3] = "create a mask that preserves the details you want and even removes unwanted ambient color contamination caused by reflections and transparency."; fDesc[4] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update."; fDesc[5] = "a Photoshop plug-in. Now, you can find and blend the edges of the image. The program will analyze the image, finding and tracing blue edges between different colors, making it easy to choose what to keep and what to cut."; fDesc[6] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them."; fDesc[7] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator."; fDesc[8] = "images you have in your computer. It has a nice looking interface that makes the program fast and easy to work with, and shows you step by step how to use its tools."; fDesc[9] = "program will classify the IP automatically. You can select address types from class A, B, C, and D, determine the number of subnet bits to use when creating the subnet mask, check the information of the current IP address scheme, and show the route and super net address range."; fDesc[10] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask."; fDesc[11] = "the Web. You may hear terrible things happening to people whose identity was caught on the net, and it’s pretty sure you don’t want them to happen to you so you better cover yourself. One way to do that is Mask Surf Pro."; fDesc[12] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web."; fDesc[13] = "Keep them occupied with hours of fun and enjoyment. 55 different face parts, which can be used to create hundreds of different masks, or 10 standard masks. Build, draw, print out masks and then colour them with felt tip pen. Help your child to play in the safety of your own home. Encourages artistic skills AND basic computer skills"; fDesc[14] = "efficiently conceals any traces of your online activities, both in browsers and popular IM clients."; fDesc[15] = "expansion continues with the storyline of the original game. Besides that, you get new classes, races and creatures. It is really an expansion pack worth having."; 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 = '...'; } }