var fDesc=new Array(); fDesc[1] = "you can draw using the tools on your left. When you choose a tool, the different types of this tool that are available will appear on your right. You can pick the color that the chosen tool will use at the bottom of the screen."; fDesc[2] = "version 6.x to 7.x and the Windows Live Messenger. It allows us to do a multiple selection to save a group of pictures in any folder that we select."; fDesc[3] = "Use this Download Manager, IE or Firefox toolbar and FloatBar to grab movies, zoom pics in your browser and share stuff."; fDesc[4] = "damaged image files. This incredible application restores the corrupted image file and saves it as Windows Bitmap, keeping the original dimensions and color depth."; fDesc[5] = "great for Children's birthdays. This styles is made for young ones and young at heart. Just put you videos/pics, add some music & see you videos transformed into something out of this world."; fDesc[6] = "Internet Explorer and IE-based browsers. With this add-on integrated in your Internet Explorer you will be able to handle many aspects of your Web browsing such us enabling/disabling Flash animations, images, cookies, ActiveX controls, Java Scripts and Java Applets."; fDesc[7] = "videos looks more professional, just put your videos or pics & relive that moments again whether it be your big wedding day or engagements. Just create a new video with some lovely special effects like sweeping hearts, roses & love-themed overlays, and gift it to loved ones."; fDesc[8] = "memorable. It can used on videos or pictures taken while you are on Road trips or beach holidays. Just put the pics/videos, add some music & make your vacations unforgettable."; fDesc[9] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click."; fDesc[11] = "image files stored on your computer and will let you view them one per one. By clicking on a folder from the program's main window, you will get access to all pictures on that folder."; fDesc[12] = "claims to have a better body than Britney Spears. Take a look at this screen saver and you be the judge! Watch i"; fDesc[13] = "engines and image galleries."; fDesc[14] = "high-res, amateur and never seen before pictures on your pc. PikPix can access a limitless database of pictures."; fDesc[15] = "The program adds new item to the Tools menu of Internet Explorer to quickly enable/disable pictures or flash. Having flash and pictures disabled lets you reduce the amount of incoming traffic and, thus, save your money."; 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 = '...'; } }