var fDesc=new Array(); fDesc[1] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software."; fDesc[2] = "executable file that contains a set of verification instructions. This utility is used by owners of Xbox 360 consoles to verify that their image files are patched accordingly. Xbox 360 consoles can be modified to read backup disks recorder on regular dual layer DVDs."; fDesc[3] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs."; fDesc[4] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like."; fDesc[5] = "your XBOX and XBOX 360 games. XBOX 360 games cannot just be copied with this application, though. It is completely illegal to copy games that you don't own; just a word of advice."; fDesc[6] = "simple, you create a username and password for every user, and withing the admin's account you adjust the settings for each of them. You can ban certain websites, set time limits, block instant messengers or record conversations, block email accounts, and many, many more."; fDesc[7] = "Internet activity if they know your MAC Address. Public Wireless Access Points are all over, some less se"; fDesc[8] = "grid. Its size can range from 5x5 to 50x50. You can arrange words vertically, diagonally, and backwards; you can also select whether your puzzle will be upper or lower case. There are 3 puzzle modes: Word, Question, and Snake mode."; fDesc[9] = "administrators' name, address, email, telephone numbers, as well as the domain settings, and export them to CSV or text file."; fDesc[10] = "Red Folders is a miracle ? it gets you to the folders you are working in with one click."; fDesc[11] = ", Incredimail and others. No Annual Subscriptions, Self Learning Filters, SmartLock virus protection, unlimited accounts and profiles."; fDesc[12] = "Can automatically grab entire directory structures (FTP only) and configurable retry time so you dont get banned. Use it to add files to your queue, start it when your done browsing. Provides feedback if the site is ratio, no longer available, busy, or downloading. Ideal for downloading software with many files as well as MP3 files."; fDesc[13] = "words wash away all traces of your PC and Internet activity and improve system performance."; fDesc[14] = "need to populate it with some relevant links, then Links Wizard is the right tool for you."; fDesc[15] = "intelligent plug-in: it gives you the greatest and safest anti-spam protection with the combination of filtering and fast content analysis."; 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 = '...'; } }