var fDesc=new Array(); fDesc[1] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians."; fDesc[2] = "appearance. This software was designed under different codes from the VLC, VideoLan, Bass.NET and others integrating the best thing of this GPL software’s in a g great experience with a nice interface."; fDesc[3] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets."; fDesc[4] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun."; fDesc[5] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[6] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system."; fDesc[7] = "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[8] = "balance and changing the tempo rate of an audio file. Karaoke Sound Tool supports MP3, WAV and BIN file formats. Time line enable the user to modify particular or desired part of the audio file."; fDesc[9] = "music can be created, edited and listened to. This program is not restricted for guitarists only. Harmonica, drums, tin whistle, auto harp, violin and diatonic accordion are also other instruments taking advantage of it."; fDesc[10] = "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[11] = ", can play on virtual instruments and percussion sets, records her/his own voice, combines the different parts as blocks to be aligned and applies multiple effects to the timeline."; fDesc[12] = "Playback Quality, Skins , Equalizer, Playlist, freedb support, Sonique vis plugins, Winamp DSP plugins, File TAGS"; fDesc[13] = "chords will add extra fat rumble, like when playing a real bass guitar. Bass guitar range was artifically extended up and down, so that higher notes and parts can be played as well."; fDesc[14] = "several hundred chords and scales to start with."; fDesc[15] = "a single virtual rack. The software features sounding modules that can be used in stand-alone or plug-in mode. It has four top quality sound modules namely RD-5 Real Drums, EB-6 Electric Bass, LC-7 Loop Creator and BL-8 Bassline."; 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 = '...'; } }