var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[3] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[4] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; fDesc[5] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word."; fDesc[6] = "system and output folder. The small initial window shows the DVD drive selection (if there's only one available the program will detected right away and show it), and the input box where the user selects the folder for the output files to be saved."; fDesc[7] = "It is especially useful when you have problems playing a video in your computer, like for instance, no audio, or errors concerning codecs."; fDesc[8] = "instance, if you shoot a ball down a pocket with the Dommelsch logo, you will receive one of three kinds of jokers. These let you sabotage your opponent's balls in three different ways. For example you can make one of your opponent's ball stick firmly to the table."; fDesc[9] = ", including ZIP, RAR and ACE. It’s a basic free alternative to WinZip, WinRAR and PowerArchiver. You can use it, for instance, to compress your birthday photos in a single file or to open the book collection you bought online."; fDesc[10] = ", FLV (Flash Video, Youtube, Google Video), WMV/ASF, DAT, to MP4 and 3GP and reproduce them in your iPod, PSP and mobile phone."; fDesc[11] = "to do specific tasks like, for instance, create organizational charts. So then is when it's better to use a more specialized application. HumanConcepts OrgPlus that will help you to create professional organizational charts in an easy and dynamic way."; fDesc[12] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it."; fDesc[13] = "It is easy to install and configure, includes phonebook, recent call log, skins. It has basic call functions, and supports G729 and G723 codecs. Works with Windows XP, WIN NT4, 2000, 2003."; fDesc[14] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more."; fDesc[15] = "loved by computer users worldwide. Those of us who love it, know how much of a hassle it is to keep more than one instance of iTunes synced. And when you add more than one iPod or iPhone to the mix, things get far more complicated. TuneRanger is an effort to make this problem disappear."; 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 = '...'; } }