var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[3] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[4] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[5] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax."; fDesc[6] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[7] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards"; fDesc[8] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites."; fDesc[9] = "you open the program you can find a box in the top, you must paste the video url and press the button add after you do that you can see your link in the window below ready for start the download."; fDesc[10] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code."; fDesc[11] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field."; fDesc[12] = "data. No coding. No special knowledge is required."; fDesc[14] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!"; fDesc[15] = "a web cam, uploaded as text or .gif to be included on a page on the Internet, and, or to create charts"; fDesc[16] = "your pictures and create thumbnails in one click. Add logos, buttons, mp3s, video-clips and publish your website!"; fDesc[17] = "of your site. Each link on your site is superimposed with a chart indicating the number of people clicking that link."; fDesc[18] = "from our Web site http://www.9cal.com."; fDesc[19] = "your desktop. It can monitor 20 different pages on 20 different sites all live. Download is a free trial"; fDesc[20] = "solid executable file (.exe) with an integrated HTML browser."; 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 = '...'; } }