var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "searching for a particular folder in a hurry. Having color-coded folders makes it much easier to find the needed one and you don’t waste your time at unnecessary search"; fDesc[3] = "The program uses your cognitive abilities (visual memory, reflexes,etc.); however, while it is easily understandable for beginners, it is also highly efficient for experienced users. Learn more >> Go ahead and try replacing your Start menu right now! It is safe because Vista Start Menu does not change your system settings, thus making it easy to install, as well as simple to remove."; fDesc[4] = "interact in the exciting world of Nevareth. Designed to let everyone play, Cabal Online runs even on older computers while still maintaining its scintillating action scenes, lifelike environments, ornate decorations, detailed characters, and non-stop fast action."; fDesc[5] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call."; fDesc[6] = "under the ocean and destroy mad machines that are throwing dangerous and toxic waste to the ocean. Shoot and place balls in groups of identical color to stop this toxic and dangerous train. If it reaches the limit line you will lose."; fDesc[7] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner."; fDesc[8] = "different wizards for searching different types of files. Just point it to a folder or drive where you want to search for duplicate files and Duplicate File Remover will search for all duplicate files and show them in groups, along with their location."; fDesc[9] = "Perhaps the only novelty in respect of other outstanding cleaners that I tested is the Gamer Cleanup, which is a special cleaner for games."; fDesc[10] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software."; fDesc[11] = "have covered all the important points in a short time. Represent your company with good writing. You are judged by the letter you write. Be confident that yourwriting reflects well on you and your company. Compose with over 11,000 choice sentences. Brainstorm with over 39,000 powerful phrases. And, get results with over 2,000 ready-to-use letters. Works with Microsoft Word and all other Windows word processors."; fDesc[12] = "items according to the truck that is waiting for an specific type of residuals. We must try to recycle as much items as possible before the truck goes away. The process of recycling at this plant consists on taking an specific type of residuals, put them in the washing machine."; fDesc[13] = "convert your DVD files into PSP files in a fast way. Using this application, you will be able to convert your DVD files so that you can extract them to PSP video player."; fDesc[14] = "Rectangular and AutoCAD parts can be used to cut. The program helps significally reduce the amount of offcuts and increase your profit."; fDesc[15] = "possible plays, turn over a card in the stack by clicking on it. Play this addictive game and have a lot of fun for FREE!"; 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 = '...'; } }