var fDesc=new Array();
fDesc[1] = ", create musical slideshows, make screensavers, and even order customized photo gifts (calendars, mousepads, and mugs). Digital Photos come to life with entertaining musical slide shows (PhotoShows) to share with family and friends online via e-mail or your own Nero PhotoShow Circle Web site.";
fDesc[2] = "keyboard as accurately as possible. The game is pretty much a port of games like Guitar Hero and Rock Band, but for the PC, Mac and Linux. That is one of its greatest features: that no matter what computer you have, you can play it.";
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[5] = "using your PC keyboard or mouse without the requirement of a conventional Piano.";
fDesc[6] = "a fun-filled musical performance. The user can make use of various types of drumming options such as acoustic beats for soothing background or the electronic drums for some rocking hits.";
fDesc[7] = "are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of partitas, some variants of data input by means of the virtual keyboard, external MIDI devices and big set of musical symbols. Automatic and manual formatting of partitas. Reproduction and a seal of the partita. Preservation in format MIDI. Reading from format MIDI. Support of editing operations, copying and removal of a set of the allocated elements of the partita. A wide choice of elements of registration. An opportunity of adjustment of force of impact of each note at sound reproduction. The expanded opportunities of navigation.";
fDesc[9] = "into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that.";
fDesc[10] = "virtually convert your computer into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that.";
fDesc[11] = ", APE, WV). The analysis is made on contents of a file and values of ID3, ASF, APE tags and names of files.";
fDesc[12] = "MuseScore, because this musical score editor will simplify your work, and your results will be exceptional. The final projects can be saved in many file formats, like PDF, MID, WAV, SVG, XML, etc.";
fDesc[13] = "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[14] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet.";
fDesc[15] = "choice. Various sounds can be created with just one sample. Composed song can be export as a WAV file.";
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 = '...';
}
}