var fDesc=new Array();
fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages.";
fDesc[2] = "files formats supported by this software are as follow: MPEG1, PEG2, MPEG4, I tunes M4A, Matroska, OGG, OGM, Quicktime, RealMedia, WindowsMedia, WMV, WMA Microsoft RIFF (including AVI, WAV) Sound-only formats (AC3, AAC, AU, AIFF, DTS...)";
fDesc[3] = "to be used on notebooks. The system fine-tunes the power consumption on notebooks by coordinating the activity of software and hardware integrally. It will increase the battery life cycle and spread the charging intervals.";
fDesc[4] = "music is playing and it will tell you what the song is. It happened to me many a time that I just couldn't figure out the name of a song and I needed to ask around. Tunatic does a good job of identifying the song for me.";
fDesc[5] = "instant and free downloading. Its setting up is very easy and quick. In the setting up process we can choose to install additional features such as AIM Tunes and QQ Games.";
fDesc[6] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!";
fDesc[7] = "data from i-pod or iphone to the PC or Mac. It supports all types of i-Pods and i-Phones. Different data, such as play list, art album, ratings, etc., can be transferred into i-Tunes. Users can easily manage calendars, contacts, notes and much more on the i-pod.";
fDesc[8] = "Ogg Vorbis) or uncompressed WAV files from a flash memory card. ARM-Native MP3 and Ogg Vorbis decoding. Pocket Tunes can decode any MP3 or Ogg Vorbis file in real time without any skips or delays. Full Skin Support. The PocketTunes player screen is completely customizable, allowing you to adjust the display to fit your mood. High Resolution. The default skin (and many others) take full advantage of the Tungsten T's high-resolution display with 16-bit graphics. WAV File Playing. Play most uncompressed WAV files. Five-Way Navigator. Use the Five-Way navigator control on the Tungsten T to play, pause, adjust the volume, or skip to another song. Play Lists. Create custom play lists to organize your music. Shuffle and Repeat. Toggle the shuffle and repeat buttons to change the order your songs are played. Volume and Balance. Adjust the volume and balance as the song is playing. Seek Bar....";
fDesc[9] = "to create, render, and print music. Melody Assistant integrates a wide array of tools that will make the process of creating music easier and precise.";
fDesc[10] = "inspiration, create complete songs with drums and effects, collaborate online with musicians around the world for free, and cast tunes to RiffWorld.com. A free level of online collaboration is included with RiffWorks T4, which allows up to four musicians to collaborate on a song and chat simultaneously. RiffWorks loop-based recording workflow allows collaboration without latency or distance issues. As a track is recorded, it streams to other players and is perfectly in sync. All contributions are saved on RiffWorld.com and can be opened later in RiffWorks to continue recording. An unlimited number of musicians may contribute to a song (4 at a time). Mac and PC musicians worldwide are creating songs together online no matter how far apart they live. RiffWorks T4 (v2.2.1) Includes: Automatic track creation and loop recording with 4 layers plus drum loops 7 effects (Wah, Multi-band...";
fDesc[11] = "Via its ActiveX objects and little coding knowledge, you can build your own front end and manage existing Visual Music front end through DDE client.";
fDesc[12] = ", skins, etc";
fDesc[13] = "Mobile. Nevertheless those of you who ever owned Palm PDAs will sure know this software, and most of them will think that is the best multimedia player for Palm devices ever. In fact it was. This is a version of that legendary multimedia player for Windows Mobile devices.";
fDesc[14] = "program or enter a very short musical phrase of a few notes, and hear it transformed into an intricate tracery of music. The music is fractal which means it is highly structured, but natural sounding too, like bird song, or the sound of the wind. Any tuning is possible; no need to restrict your creativity to the equal tempered twelve tone system or even the octave. Tune your music as freely as a bird when it sings. Try authentic historical temperaments with tunings for keyboards from Bach or Mozart's time. Try tunings for Indonesian Gamelans, or Indian music with drones. Try modern exotic tunings such as non octave scales, or musical geometries with highly symmetrical floating chord patterns. Explore the effects of instrumentation, and take ones first steps as a composer in an envionment where melody making is effortless. Suitable even for complete newbies to composing - and there is...";
fDesc[15] = ", Bugs Bunny, Lola Bunny, Tasmanian Devil, Wile E Coyote, Road Runner (beep beep!) and more. With 20 full size wallpaper pictures.";
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 = '...';
}
}