var fDesc=new Array(); fDesc[1] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages."; fDesc[2] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[3] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[4] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[5] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[6] = "Mozilla. Sunbird enables you to add reminders, set alarms, notes or tasks according to your routine in a wonderful and easy way. You can create calendars on your computer or create them online. You can view and manage reminders and tasks by months, weeks or daily."; fDesc[7] = "guess you can like it or not. There's not middle point here. TweetDeck installs on the Adobe AIR framework, which means that you can use it on any operative system that supports Adobe AIR."; fDesc[8] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition"; fDesc[9] = "games in total). The program has a laptop-like interface that is quite easy-to-use, although somewhat clumsy. You will have the option to play the games within this laptop interface or switch to full-screen mode."; fDesc[10] = "speed up our computers and get Windows to work properly and customized to our likes. Well, it's gonna take some work from you to get the job done, unless you use the Tweak-XP Pro Auto-Tuner wich is designed to save you time."; fDesc[11] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way."; fDesc[12] = ", something similar to Ubuntu programs menu. Categories available are: Office, Utilities, Games, EntertaThe only categories available are: Office, Utilities, Games, Entertaiment, Internet, Programing, Graphics, Security and Others."; fDesc[13] = "viscosity. Work with feet and inches. Formatting and clipboard features. Excludes archaic units."; fDesc[14] = "That's what normally happen on Windows operative systems if you don't take much care about what you install on the PC and what you do with it.PC Registry CleanerIt's a really nice and easy-to-use application wich purpose is exactly take care of your computer for you."; fDesc[15] = "actually a photo manager to manage all your photos just according to your own choice, because My Photo Index gives you full flexibility to manage your photos categorically."; 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 = '...'; } }