var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[3] = "pictures belonging to a panorama, First software to perform HDR stitching, First software to really correct color and exposure variations between source images. Autopano Pro is incredibly fast. It will take your workflow and productivity to new heights. Autopano Pro is extremely efficient, even in the most difficult cases. And you can at anytime take over on all the software automations to achieve perfect results."; fDesc[4] = "technology settings, the great level of performance and previously unavailable productivity. Sony Cinescore software is a breakthrough in professional soundtrack creation, automatically generating fully composed, multigenre, production music perfect for movies.."; fDesc[5] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time."; fDesc[6] = "levels of play, Blasterball 2: Revolution is bursting at the seams with fun. Play through the entire game to find the secret \"backwards world\" to turn your game upside down with 100 more levels!"; fDesc[7] = ", invite, accept or decline meetings anywhere!"; fDesc[8] = "quick-to-learn and reliable forecasting tool embedded into familiar Excel interface. Forecaster XL is designed especially for easy and reliable forecasting, saving you time and money. It features a breakthrough constructive algorithm with complete automation of network architecture selection and network training."; fDesc[9] = "Winampcreator Justin Frankel said, 'DFX pushes Winamp's extensibility far into the field of acoustics, really worth checking out.'"; fDesc[10] = "pc and phone to phone calls worldwide! The clearest calls possible!"; fDesc[11] = "new game on any level youve played before (so you can work your way through the whole game!), it has four different paddle shapes to inflict on the unsuspecting player (and the physics to back them up), and even has a built-in level editor!"; fDesc[13] = "able to organize your data the way you want, increase your efficiency and organization far ahead of existing systems. Free download, free info"; fDesc[15] = "Adobe Photoshop, Fluid Mask is the new next-generation cut-out tool. Behind the product is breakthrough technology that mimics the way the eye, optic-nerve and brain perform visual processing. It offers an intuitive, accurate and fast approach to cut outs. Using Fluid Mask you apply selections to a meta-data layer of image information called the Image Information Layer (IIL). This is made up of boundary, texture and color information pulled from your image."; 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 = '...'; } }