var fDesc=new Array(); fDesc[1] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[2] = "to negotiate business of all types, that range from museums to restaurants, including products stores and merchandising. With the new expansion new objects are included as well as styles for the decoration of places and needs of the Sims."; fDesc[3] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[4] = "in a fantasy world, where you will control a character with his own characteristics for the fight. The goal is to defeat your enemies. Plot: The characters can be elves, humans, dwarves, mages, orcs and trolls."; fDesc[5] = "Arts. The main feature of Black & White 2 is that you can be a god. You start on an island where your hand is the mouse pointer and you must leave the island dragging yourself by clicking with the mouse."; fDesc[6] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo."; fDesc[7] = "software solutions. They have developed many products and one of them is the PanoramaPlus 3. PanoramaPlus 3 is called a digital photo/image stitching tool. PanoramaPlus 3 has an easy 1-2-3 type of facility where user can easily do number of edition in the image/images."; fDesc[8] = ", ClipMate has transformed into something very close to a word processor. ClipMate hold thousands of clips. ClipMate’s greatest asset is that it saves you time, because with ClipMate you can work on more than one monitor and even more than one PC."; fDesc[9] = "they can control limitless audio frequency bands with many options. Users can create unique sounds by chaining the effects of morphing, panning, and delay."; fDesc[10] = "solution, in the form of the MorphVOX Deep Space Voices 3.3 It is a dedicated add-on program for all the MorphVOX Pro users, allowing them to sound as though they have been taken back into the ancient world."; fDesc[11] = "great for Children's birthdays. This styles is made for young ones and young at heart. Just put you videos/pics, add some music & see you videos transformed into something out of this world."; fDesc[12] = ", integration. It handles vectors, matrices, complex numbers, coordinates, regular polygons and intersections. For objects ( like point, line, plane and sphere) distances and intersections are calculated. Cartesian, spherical and cylindrical coordinates can be transformed into each other. Carthesian plot, polar plot, parametric plot, best fit, fast fourier transformation, histogram, smooth,..."; fDesc[13] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you."; fDesc[14] = "can be saved in ASCII format, ready to use in other applications. Can read most image formats (gif, png, tiff,bmp)."; fDesc[15] = "program or enter a very short musical phrase of a few notes, and hear it transformed into an intricate tracery of music. The music is fractal which means it is highly structured, but natural sounding too, like bird song, or the sound of the wind. Any tuning is possible; no need to restrict your creativity to the equal tempered twelve tone system or even the octave. Tune your music as freely as a bird when it sings. Try authentic historical temperaments with tunings for keyboards from Bach or Mozart's time. Try tunings for Indonesian Gamelans, or Indian music with drones. Try modern exotic tunings such as non octave scales, or musical geometries with highly symmetrical floating chord patterns. Explore the effects of instrumentation, and take ones first steps as a composer in an envionment where melody making is effortless. Suitable even for complete newbies to composing - and there is..."; 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 = '...'; } }