var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[2] = "computers, and allows maintaining maximum productivity and saving maximum of electric power. This utility adds the possibility to switch off some components for power saving in that way."; fDesc[3] = "capturing the audio microphones for acoustic instruments, and by input line for electric instruments. The use of this application is very simple and you will take advantage of it immediately."; fDesc[4] = "their type,attack type and the level at which they can be evolved. With the money won, we can bet or purchase several items, such as POKéBALLS,Great Balls,Ultra Balls,Potions and Super Potions"; fDesc[5] = "background with a soft curved design. In this case, we are talking about an electric yellow background with waves that look like a hole or something.."; fDesc[6] = "software and will provide them with high quality virtual string instruments, a drum set, bass guitar, and electric piano. With this software installed, users can build sections for their songs, practice, or jam."; fDesc[7] = "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[8] = "Its simplicity may be misleading because in addition to its playing and recording features, it offers a huge amount of different sounds, from Accordion to Xylophone."; fDesc[9] = "landscape, complete with red fog and a starry sky. Multicolored lightning bolts strike all around you, while you hear realistic stereo sound effects. Animated crossline and hieroglyphs add to the mysterious, other-worldly feel. The photo-realistic 3D graphics will impress you."; fDesc[10] = "on persons of nervous condition. Handle with care!"; fDesc[11] = "lines. Visibility of field line and potential surface depends on their magnitude."; fDesc[12] = "who seems to be confused with tricky cables and wires. The game features a huge pack of switches, pliers, bulbs. As a player you will have to find your way in a labyrinth of these presets."; fDesc[13] = "Plus or as a stand alone, and it contains a virtual wheel organ and electric piano. Users are offered four sets of organ manuals/pedal combinations. The Electric Piano Instrument features two versions of classic electric pianos."; fDesc[14] = "classic electric pianos from the seventies. Just to name a few, we can include the Fender Rhodes, the Wurlitzer EP and the Yamaha DX7 FM. MrRay VST Electric Piano is based on what is called “Physical Modeling”."; fDesc[15] = "way of learning to play the electric guitar. Learn at your own pace following the animated fretboard and picking hand and experience for yourself the thrill of playing with a band that really rocks."; 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 = '...'; } }