var fDesc=new Array();
fDesc[1] = "and video libraries and download online information about the artists. Besides, you can create photo slide-shows and edit your videos with special effects.";
fDesc[2] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[3] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists.";
fDesc[4] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software.";
fDesc[5] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
fDesc[6] = "playlists or download and stream music with the Yahoo! Music Unlimited subscription service. Besides, you can create your own radio stations based on your taste by rating different songs and artists, and share it with your friends in Yahoo Messenger.";
fDesc[7] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature.";
fDesc[8] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land.";
fDesc[9] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces.";
fDesc[10] = ", print and many other markets. modo combines a highly advanced real-time subdivision surface engine, fast, flexible and extensible modeling tools, and one of the most innovative and flexible user interfaces ever created. Due to the flexible nature of the modo toolset and interface, modo is excellent for creating models of any type. From organics to hard surfaces, from high-resolution film models to low-resolution real-time meshes, modo has the tools you need. Built For Artists modo was created to fill a void in the production world. Today's 3D modelers require a much more robust set of modeling tools, within a real-time environment, designed specifically for manipulating subdivision surfaces. modo delivers this toolset in an architecture that is designed with expansion in mind. This allows artists to create more detailed models, in an interactive environment, in a shorter timeline....";
fDesc[11] = "built to work on Adobe Air's framework. And it is pretty straightforward. When you first start it, it will ask you if you are a new user.";
fDesc[12] = "texturing, morphing and modeling, and with painting tools. Suitable for amateurs and professional artists, it fuses 2D and 3D together in order to offer a versatile all-in-one collection of tools that provide complete solutions for artists";
fDesc[13] = "application. You will also be able to save and organize songs by creating playlists, or if you want, you can share them with your friends.";
fDesc[14] = "Media Player and iTunes. You will then be able to know bands and themes that people with similar music tastes like, but you haven´t heard of.";
fDesc[15] = "Increaser will start opening your Myspace profile page in an inbuilt web browser time after time. If you are an artist and need to be exposed to a bigger audience, then, the more visits you have, the more likely it will be that your page becomes featured.";
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 = '...';
}
}