var fDesc=new Array(); fDesc[1] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[2] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal."; fDesc[3] = "your computer, while informs the users about new releases. Through the Game Box, gamers can easily access to the library of Alawar and search its huge collection of popular games."; fDesc[4] = "and box covers, edit, print or save them into graphical files. This incredible software can be used as a separate application or combined with all the other AVS4YOU products."; fDesc[5] = "those communities of graphics designers who want to create professional looking 3D virtual boxes for various purposes. For Example: you can create three-dimensional virtual box for your e-books if you belongs to a publishing company."; fDesc[6] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields."; fDesc[7] = "itself to the active window, giving you a search box that you can use to access any reference content that you buy and download to your hard drive (in this case, the Oxford English Dictionary)."; fDesc[8] = "schedule TV recordings. This incredible program enables you to watch and record TV programs to your PC from any sources like satellite, TV and DVB cards and digital cameras."; fDesc[9] = "intuitive and easy to use. The program also contains an useful tuner which you can customize for using alternative tunings, adding an exotic flavor to your music. You can use the trial version during 30 days. After that, you must purchase a license."; fDesc[10] = "in a large city and very fast cars. It has elements of speed, danger and craziness. The game is really well done and entertaining. If arcade racing games are your type, you should get this one."; fDesc[11] = "distribute. You can make better presentation for your software this tool can help the developers to make more professionals projects. You can choose between 17 shapes that the program have: program boxes, CD, E-books covers, magazines and brochures."; fDesc[12] = "game. Playing it you can develop your visual skills – observation, recognition and so on. Note that to play this game you should have DirectX installed on your PC."; fDesc[13] = "different games: Half Life 2 and its two expansions, the fascinating and innovative Portal and the funny multiplayer Team Fortress 2. Are you sure you can resist? The best first-person shooter for PC is at The Orange Box. An essential pack ."; fDesc[14] = "boxshot as BMP, GIF, JPG, PNG, TGA, TIF, EMF and WBMP file. And it is able to save the animation as animated GIF and AVI file."; fDesc[15] = "your product in a very simple and easy way. The application needs only two images and a couple of settings to render a beautiful output."; 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 = '...'; } }