var fDesc=new Array();
fDesc[1] = "excellent choice. It has great features and it's totally free. This simple yet complete media player will surprise you for its flexibility to play many audio formats as well as other cool functions you will enjoy a lot.";
fDesc[2] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music.";
fDesc[3] = "screensaver.You will surely enjoy a wide variety of animated nature sceneries such waterfalls, lakes, rivers, mountains, beaches, etc.This beautiful nature screensaver also comes with Water Illusion Studio to create your own animated picture easily. Features: Wide variety of living nature sceneries Use your own music files (mp3,wma,mid) as background music Weather effects (rain and snow) Change your wallpaper automatically with Auto-Wallpaper setting Get more than 200+ animated picture from our Gallery Create your own animated picture easily with Water Illusion Studio (included) Save your creation as Windows screensaver (.scr), animated gif (.gif), or AVI (.avi)";
fDesc[4] = "Virtual Music Studio Products for PC – Dance eJay 7. In this program, you are confined only by a music genre. What comes to everything else, you are free in your creativity. You can make your own songs and unique mixes.";
fDesc[5] = "audio. Primary use is to free up memory being wasted on duplicates without being limited to data- or name-recognition.";
fDesc[6] = "for instrumental and for computer music in the usual sense of the word makes the program unique and unexpendable. With the help of external devices and internal sources of AudioMulch Interactive Music Studio you will create interactive music of the future.";
fDesc[7] = "tracks or play your favorite songs. The possibility to convert your track to a MIDI file gives you the opportunity to listen to it on any MIDI software and share it with your known’s and friends.";
fDesc[8] = "usability and high-quality output makes it the ideal solution for professional and novice users alike, including studio musicians, composers, music educators, ensembles, bands and choirs.";
fDesc[9] = "and morphable scheme.This version has an in-built library of capacity 260 MB and a free ware version of this software is also available. However that works as a demo tool. The library browser in this software is based on disk program managing.";
fDesc[10] = "you to make simple scores, with a number of basic features borrowed from its sibling Finale. NotePad offers many powerful and timesaving features for music educators, students and hobbyists, including compatibility with Finale 2007 files.";
fDesc[11] = "any musical instrument, easily and quickly. All you need is creative thinking about music and sound.";
fDesc[12] = "The program works in real time through a harmony generating plug-in. This creates professional sounding vocal arrangements. There are also four different and independent of one another harmony voices, various harmony generating modes, natural sounding performances and a preset system.";
fDesc[13] = "needs of every type of user.";
fDesc[14] = "database, analyze the database, get some interesting statistics about your database like top 10 composers/actors in your collection and perform searches for missing cover scans, bad data for cleanup, profiles missing country of origin etc.";
fDesc[15] = "program can be used by composers, musicians and music hobbyists. The program contains different Components - “building blocks”, which you can combine to create your music project. Each project can be a whole music composition or just a part of a larger one.";
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 = '...';
}
}