var fDesc=new Array(); fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[2] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[3] = "provided to their users. You don't have to buy a premium account or even be a registered user to use it! With this application you can resume an interrupted upload or stopped download instead of starting again from scratch."; fDesc[4] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes."; fDesc[5] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[6] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[7] = "the Editor, or use de Design Wizard (that will guide you step by step) where you will be able, if you want, to use some of the ready-made templates provided with the program."; fDesc[8] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time."; fDesc[9] = "Avery product you want to use to print your task. If you don“t know the exact code, you can search the list for the right product."; fDesc[10] = "designed to use and experiment DJ techniques without any DJ equipment. Its modern design and user interface with skin support allows the user to handle it even under the most difficult circumstances. Its wide spectrum of features allows the home user to do all DJ work without any additional hardware."; fDesc[11] = "programming environment is completely graphical. Games created with this software are built through elements that you can drag and paste as if they were LEGO pieces. Thus, creating a small program is a simple and fun process."; fDesc[12] = "forgotten what turntables and backtracking are. 22 Inch turntables have been replaced by real-time electronic turntable, and mixing effects have been replaced with emulated turntable effects."; fDesc[13] = "upcoming of MP3s. In its first version, it had two decks for play back MP3s, pitch, and scratch and mix them with automatic beat detection. BHV MJX Stream is the latest version of MJ, and provides the best package design, featuring the world famous Miss Shiva."; fDesc[14] = "defects from image files. The program has a variety of integrated tools such as the selection tool, and the manual dust and scratch marking tool which are very helpful in cleaning and enhancing the images."; fDesc[15] = "in Scratch Pad. Scratch Pad will save it and have it ready for the next use."; 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 = '...'; } }