var fDesc=new Array(); fDesc[1] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented."; fDesc[2] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories."; fDesc[3] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP."; fDesc[5] = "fact thats what Access is about and most small business users need but we all know that some advance tricks requires SQL and Visual Basic knowledge, which obviously isn´t covered on this course, so don´t expect to be the database guru after buying the product."; fDesc[6] = "do is to form words with the letters given in the least time possible, with the objective of getting the highest score."; fDesc[7] = "need to be a computer science guru and learn Internet technologies"; fDesc[8] = "into his Ball of Mystics just for you! Just enter your question when prompted and the Guru will peer deep into his ball for the answers you seek."; fDesc[9] = "menus, and add multiple audio & subtitle tracks to your DVD. The list of features goes on. If you're a novice just starting out to create DVD's, you will find comfort that DvdComposer allows you to do all the cool stuff with great ease. Unlike other DVD applications, you focus mainly on your creative ideas, and do not spend time learning about internal DVD structures. If you're an experienced DVD authoring guru, DvdComposer will save you time with its intuitive interface. Its abstraction of low-level DVD structures will allow you to focus on the task, rather than the low-level nitty-gritty DVD requirements."; fDesc[11] = "adware/spyware or anything else that is slowing down your ability to get started using your computer!"; fDesc[13] = "Astrology. Createreports for stocks, bonds and mutual funds. Choose any date between 1900 and 2099 for your trades. Get the edge you need to finally crack Wal..."; fDesc[14] = "converter, video decompiler and video cutter & splitter."; fDesc[15] = "plug-in for your favorite image-editing tool. It includes a wide variety of options to optimize and enhance your digital images, to add attractive effects and to change their shape, size and format. It supports JPEG, PNG, TIF, GIF, WBMP and TGA files."; 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 = '...'; } }